Html Css Color HEX #EED997 Splash

📋 copy color: '#EED997'

red 238 ◦ green 217 ◦ blue 151

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

Shades of Splash #EED997

Tints of Splash #EED997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.92%

R = 39.27%
G = 35.81%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EED997 (or 0xEED997) is known color: Splash. HEX triplet: EE, D9 and 97. RGB value is (238,217,151). Sum of RGB (Red+Green+Blue) = 238+217+151=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED997 is #112668. Grayscale: #D8D8D8. Windows color (decimal): -1123945 or 9951726. OLE color: 9951726.

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

Color convert

RGB 238 217 151 -
CMYK 0 0.09 0.37 0.07
HSL 45.52º 0.72% 0.76% -
HSV(B) 45.52º 0.37% 0.93% -
XYZ 65.66 70.04 39.34 -
YUV 215.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 238 217 151 0 0.09 0.37 0.07 45.52 0.72 0.76
Hex EE D9 97 0 9 25 7 2E 48 4C
Octal 356 331 227 0 11 45 7 56 110 114
Binary 11101110 11011001 10010111 0 1001 100101 111 101110 1001000 1001100

Color Harmonies of #EED997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED997

Black with #EED997

Text Example


Text Example

White with #EED997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED997; }

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

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

background-color css

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

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

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

border-color css

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

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

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