Html Css Color HEX #EEDB96 Splash

📋 copy color: '#EEDB96'

red 238 ◦ green 219 ◦ blue 150

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

Shades of Splash #EEDB96

Tints of Splash #EEDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.08%

 BLUE value IS 150 (58.98% from 255) = 24.71%

R = 39.21%
G = 36.08%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEDB96 (or 0xEEDB96) is known color: Splash. HEX triplet: EE, DB and 96. RGB value is (238,219,150). Sum of RGB (Red+Green+Blue) = 238+219+150=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB96 is #112469. Grayscale: #D9D9D9. Windows color (decimal): -1123434 or 9886702. OLE color: 9886702.

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

Color convert

RGB 238 219 150 -
CMYK 0 0.08 0.37 0.07
HSL 47.05º 0.72% 0.76% -
HSV(B) 47.05º 0.37% 0.93% -
XYZ 66.1 71.04 39.08 -
YUV 216.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 238 219 150 0 0.08 0.37 0.07 47.05 0.72 0.76
Hex EE DB 96 0 8 25 7 2F 48 4C
Octal 356 333 226 0 10 45 7 57 110 114
Binary 11101110 11011011 10010110 0 1000 100101 111 101111 1001000 1001100

Color Harmonies of #EEDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB96

Black with #EEDB96

Text Example


Text Example

White with #EEDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB96; }

 p { color: rgb(238,219,150); }

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

background-color css

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

 a { background-color: rgb(238,219,150); }

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

border-color css

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

 span { border-color: rgb(238,219,150); }

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