Html Css Color HEX #EED991 Splash

📋 copy color: '#EED991'

red 238 ◦ green 217 ◦ blue 145

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

Shades of Splash #EED991

Tints of Splash #EED991

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.17%

 BLUE value IS 145 (57.03% from 255) = 24.17%

R = 39.67%
G = 36.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EED991 (or 0xEED991) is known color: Splash. HEX triplet: EE, D9 and 91. RGB value is (238,217,145). Sum of RGB (Red+Green+Blue) = 238+217+145=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED991 is #11266E. Grayscale: #D7D7D7. Windows color (decimal): -1123951 or 9558510. OLE color: 9558510.

HSL color Cylindrical-coordinate representation of color #EED991: hue angle of 46.45º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EED991 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 145 -
CMYK 0 0.09 0.39 0.07
HSL 46.45º 0.73% 0.75% -
HSV(B) 46.45º 0.39% 0.93% -
XYZ 65.18 69.85 36.83 -
YUV 215.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 238 217 145 0 0.09 0.39 0.07 46.45 0.73 0.75
Hex EE D9 91 0 9 27 7 2E 49 4B
Octal 356 331 221 0 11 47 7 56 111 113
Binary 11101110 11011001 10010001 0 1001 100111 111 101110 1001001 1001011

Color Harmonies of #EED991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED991

Black with #EED991

Text Example


Text Example

White with #EED991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED991; }

 p { color: rgb(238,217,145); }

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

background-color css

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

 a { background-color: rgb(238,217,145); }

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

border-color css

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

 span { border-color: rgb(238,217,145); }

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