Html Css Color HEX #EE8174 Geraldine

📋 copy color: '#EE8174'

red 238 ◦ green 129 ◦ blue 116

#EE8174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EE8174

Tints of Geraldine #EE8174

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.7% from 255) = 24.02%

R = 49.28%
G = 26.71%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE8174 (or 0xEE8174) is known color: 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

RGB 238 129 116 -
CMYK 0 0.46 0.51 0.07
HSL 6.39º 0.78% 0.69% -
HSV(B) 6.39º 0.51% 0.93% -
XYZ 46.26 35.14 20.87 -
YUV 160.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 238 129 116 0 0.46 0.51 0.07 6.39 0.78 0.69
Hex EE 81 74 0 2E 33 7 6 4E 45
Octal 356 201 164 0 56 63 7 6 116 105
Binary 11101110 10000001 1110100 0 101110 110011 111 110 1001110 1000101

Color Harmonies of #EE8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8174

Black with #EE8174

Text Example


Text Example

White with #EE8174

Text Example


Text Example

HTML Codes & Css Web 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>