Html Css Color HEX #EE8275 Geraldine

📋 copy color: '#EE8275'

red 238 ◦ green 130 ◦ blue 117

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

Shades of Geraldine #EE8275

Tints of Geraldine #EE8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

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

R = 49.07%
G = 26.8%
B = 24.12%

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

#EE8275 (or 0xEE8275) is known color: Geraldine. HEX triplet: EE, 82 and 75. RGB value is (238,130,117). Sum of RGB (Red+Green+Blue) = 238+130+117=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8275 is #117D8A. Grayscale: #A0A0A0. Windows color (decimal): -1146251 or 7701230. OLE color: 7701230.

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

Color convert

RGB 238 130 117 -
CMYK 0 0.45 0.51 0.07
HSL 6.45º 0.78% 0.7% -
HSV(B) 6.45º 0.51% 0.93% -
XYZ 46.45 35.43 21.22 -
YUV 160.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 238 130 117 0 0.45 0.51 0.07 6.45 0.78 0.7
Hex EE 82 75 0 2D 33 7 6 4E 46
Octal 356 202 165 0 55 63 7 6 116 106
Binary 11101110 10000010 1110101 0 101101 110011 111 110 1001110 1000110

Color Harmonies of #EE8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8275

Black with #EE8275

Text Example


Text Example

White with #EE8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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