Html Css Color HEX #EE8074 Geraldine

📋 copy color: '#EE8074'

red 238 ◦ green 128 ◦ blue 116

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

Shades of Geraldine #EE8074

Tints of Geraldine #EE8074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 49.38%
G = 26.56%
B = 24.07%

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

#EE8074 (or 0xEE8074) is known color: Geraldine. HEX triplet: EE, 80 and 74. RGB value is (238,128,116). Sum of RGB (Red+Green+Blue) = 238+128+116=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8074 is #117F8B. Grayscale: #9F9F9F. Windows color (decimal): -1146764 or 7635182. OLE color: 7635182.

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

Color convert

RGB 238 128 116 -
CMYK 0 0.46 0.51 0.07
HSL 5.9º 0.78% 0.69% -
HSV(B) 5.9º 0.51% 0.93% -
XYZ 46.13 34.88 20.82 -
YUV 159.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 238 128 116 0 0.46 0.51 0.07 5.9 0.78 0.69
Hex EE 80 74 0 2E 33 7 6 4E 45
Octal 356 200 164 0 56 63 7 6 116 105
Binary 11101110 10000000 1110100 0 101110 110011 111 110 1001110 1000101

Color Harmonies of #EE8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8074

Black with #EE8074

Text Example


Text Example

White with #EE8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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