Html Css Color HEX #EE8075 Geraldine

📋 copy color: '#EE8075'

red 238 ◦ green 128 ◦ blue 117

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

Shades of Geraldine #EE8075

Tints of Geraldine #EE8075

RGB

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

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

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

R = 49.28%
G = 26.5%
B = 24.22%

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

#EE8075 (or 0xEE8075) is known color: Geraldine. HEX triplet: EE, 80 and 75. RGB value is (238,128,117). Sum of RGB (Red+Green+Blue) = 238+128+117=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8075 is #117F8A. Grayscale: #9F9F9F. Windows color (decimal): -1146763 or 7700718. OLE color: 7700718.

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

Color convert

RGB 238 128 117 -
CMYK 0 0.46 0.51 0.07
HSL 5.45º 0.78% 0.7% -
HSV(B) 5.45º 0.51% 0.93% -
XYZ 46.19 34.9 21.13 -
YUV 159.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 238 128 117 0 0.46 0.51 0.07 5.45 0.78 0.7
Hex EE 80 75 0 2E 33 7 5 4E 46
Octal 356 200 165 0 56 63 7 5 116 106
Binary 11101110 10000000 1110101 0 101110 110011 111 101 1001110 1000110

Color Harmonies of #EE8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8075

Black with #EE8075

Text Example


Text Example

White with #EE8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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