Html Css Color HEX #EE8475 Geraldine

📋 copy color: '#EE8475'

red 238 ◦ green 132 ◦ blue 117

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

Shades of Geraldine #EE8475

Tints of Geraldine #EE8475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 48.87%
G = 27.1%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE8475 (or 0xEE8475) is known color: Geraldine. HEX triplet: EE, 84 and 75. RGB value is (238,132,117). Sum of RGB (Red+Green+Blue) = 238+132+117=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8475 is #117B8A. Grayscale: #A2A2A2. Windows color (decimal): -1145739 or 7701742. OLE color: 7701742.

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

Color convert

RGB 238 132 117 -
CMYK 0 0.45 0.51 0.07
HSL 7.44º 0.78% 0.7% -
HSV(B) 7.44º 0.51% 0.93% -
XYZ 46.72 35.96 21.31 -
YUV 161.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 238 132 117 0 0.45 0.51 0.07 7.44 0.78 0.7
Hex EE 84 75 0 2D 33 7 7 4E 46
Octal 356 204 165 0 55 63 7 7 116 106
Binary 11101110 10000100 1110101 0 101101 110011 111 111 1001110 1000110

Color Harmonies of #EE8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8475

Black with #EE8475

Text Example


Text Example

White with #EE8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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