Html Css Color HEX #EE8477 Geraldine

📋 copy color: '#EE8477'

red 238 ◦ green 132 ◦ blue 119

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

Shades of Geraldine #EE8477

Tints of Geraldine #EE8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 48.67%
G = 26.99%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE8477 (or 0xEE8477) is known color: Geraldine. HEX triplet: EE, 84 and 77. RGB value is (238,132,119). Sum of RGB (Red+Green+Blue) = 238+132+119=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8477 is #117B88. Grayscale: #A2A2A2. Windows color (decimal): -1145737 or 7832814. OLE color: 7832814.

HSL color Cylindrical-coordinate representation of color #EE8477: hue angle of 6.55º 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 #EE8477 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 132 119 -
CMYK 0 0.45 0.50 0.07
HSL 6.55º 0.78% 0.7% -
HSV(B) 6.55º 0.5% 0.93% -
XYZ 46.84 36.01 21.93 -
YUV 162.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 238 132 119 0 0.45 0.50 0.07 6.55 0.78 0.7
Hex EE 84 77 0 2D 32 7 7 4E 46
Octal 356 204 167 0 55 62 7 7 116 106
Binary 11101110 10000100 1110111 0 101101 110010 111 111 1001110 1000110

Color Harmonies of #EE8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8477

Black with #EE8477

Text Example


Text Example

White with #EE8477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8477; }

 p { color: rgb(238,132,119); }

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

background-color css

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

 a { background-color: rgb(238,132,119); }

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

border-color css

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

 span { border-color: rgb(238,132,119); }

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