Html Css Color HEX #EE8374 Geraldine

📋 copy color: '#EE8374'

red 238 ◦ green 131 ◦ blue 116

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

Shades of Geraldine #EE8374

Tints of Geraldine #EE8374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

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

R = 49.07%
G = 27.01%
B = 23.92%

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

#EE8374 (or 0xEE8374) is known color: Geraldine. HEX triplet: EE, 83 and 74. RGB value is (238,131,116). Sum of RGB (Red+Green+Blue) = 238+131+116=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8374 is #117C8B. Grayscale: #A1A1A1. Windows color (decimal): -1145996 or 7635950. OLE color: 7635950.

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

Color convert

RGB 238 131 116 -
CMYK 0 0.45 0.51 0.07
HSL 7.38º 0.78% 0.69% -
HSV(B) 7.38º 0.51% 0.93% -
XYZ 46.53 35.67 20.96 -
YUV 161.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 238 131 116 0 0.45 0.51 0.07 7.38 0.78 0.69
Hex EE 83 74 0 2D 33 7 7 4E 45
Octal 356 203 164 0 55 63 7 7 116 105
Binary 11101110 10000011 1110100 0 101101 110011 111 111 1001110 1000101

Color Harmonies of #EE8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8374

Black with #EE8374

Text Example


Text Example

White with #EE8374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8374; }

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

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

background-color css

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

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

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

border-color css

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

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

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