#EE8174

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

Shades of Geraldine #EE8174

Tints of Geraldine #EE8174

Color information

#EE8174 (or 0xEE8174) is unknown color: approx Geraldine. HEX triplet: EE, 81 and 74. RGB value is (238,129,116). Sum of RGB (Red+Green+Blue) = 238+129+116=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8174 is #117E8B. Grayscale: #A0A0A0. Windows color (decimal): -1146508 or 7635438. OLE color: 7635438.

HSL color Cylindrical-coordinate representation of color #EE8174: hue angle of 6.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE8174 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238129116-
CMYK00.460.510.07
HSL6.39º78.21%69.41%-
HSV(B)6.39º51.26%93.33%-
XYZ46.2635.1420.87-
YUV160.11103.11183.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=49.28%
G=26.71%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812911600.460.510.076.3978.2169.41
HexEE817402E33764e45
Octal3562011640566376116105
Binary11101110100000011110100010111011001111111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8174; }

 p { color: rgb(238,129,116); }

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

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

 a { background-color: rgb(238,129,116); }

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

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

 span { border-color: rgb(238,129,116); }

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