#EE726B

Color #EE726B Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EE726B

Tints of Geraldine #EE726B

Color information

#EE726B (or 0xEE726B) is unknown color: approx Geraldine. HEX triplet: EE, 72 and 6B. RGB value is (238,114,107). Sum of RGB (Red+Green+Blue) = 238+114+107=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE726B is #118D94. Grayscale: #969696. Windows color (decimal): -1150357 or 7041774. OLE color: 7041774.

HSL color Cylindrical-coordinate representation of color #EE726B: hue angle of 3.21º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE726B is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238114107-
CMYK00.520.550.07
HSL3.21º79.39%67.65%-
HSV(B)3.21º55.04%93.33%-
XYZ43.9331.2717.63-
YUV150.28103.58190.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 107 (42.19% from 255) = 23.31%
R=51.85%
G=24.84%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811410700.520.550.073.2179.3967.65
HexEE726B03437734f44
Octal3561621530646773117104
Binary111011101110010110101101101001101111111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE726B; }

 p { color: rgb(238,114,107); }

 H1.HeaderClassName
 {
   color: #EE726B;
 }
 .AnyTagClassName
 {
   color: #EE726B;
 }
</style>
background-color css

<style>
 a { background-color: #EE726B; }

 a { background-color: rgb(238,114,107); }

 div.DivClassName
 {
   background-color: #EE726B;
 }
 .BgClassName
 {
   background-color: #EE726B;
 }
</style>
border-color css

<style>
 span { border-color: #EE726B; }

 span { border-color: rgb(238,114,107); }

 td.TdClassName
 {
   border-color: #EE726B;
 }
 .TagClassName
 {
   border-color: #EE726B;
 }
</style>