Html Css Color HEX #EE8076 Geraldine

📋 copy color: '#EE8076'

red 238 ◦ green 128 ◦ blue 118

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

Shades of Geraldine #EE8076

Tints of Geraldine #EE8076

RGB

 RED value IS 238 (93.36% from 255) = 49.17%

 GREEN value IS 128 (50.39% from 255) = 26.45%

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 49.17%
G = 26.45%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE8076 (or 0xEE8076) is known color: Geraldine. HEX triplet: EE, 80 and 76. RGB value is (238,128,118). Sum of RGB (Red+Green+Blue) = 238+128+118=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8076 is #117F89. Grayscale: #9F9F9F. Windows color (decimal): -1146762 or 7766254. OLE color: 7766254.

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

Color convert

RGB 238 128 118 -
CMYK 0 0.46 0.50 0.07
HSL 0.78% 0.7% -
HSV(B) 0.5% 0.93% -
XYZ 46.25 34.92 21.44 -
YUV 159.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 238 128 118 0 0.46 0.50 0.07 5 0.78 0.7
Hex EE 80 76 0 2E 32 7 5 4E 46
Octal 356 200 166 0 56 62 7 5 116 106
Binary 11101110 10000000 1110110 0 101110 110010 111 101 1001110 1000110

Color Harmonies of #EE8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8076

Black with #EE8076

Text Example


Text Example

White with #EE8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8076; }

 p { color: rgb(238,128,118); }

 H1.HeaderClassName
 {
   color: #EE8076;
 }
 .AnyTagClassName
 {
   color: #EE8076;
 }
</style>

background-color css

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

 a { background-color: rgb(238,128,118); }

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

border-color css

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

 span { border-color: rgb(238,128,118); }

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