Html Css Color HEX #EEDB9F Splash

📋 copy color: '#EEDB9F'

red 238 ◦ green 219 ◦ blue 159

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

Shades of Splash #EEDB9F

Tints of Splash #EEDB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.81%

R = 38.64%
G = 35.55%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEDB9F (or 0xEEDB9F) is known color: Splash. HEX triplet: EE, DB and 9F. RGB value is (238,219,159). Sum of RGB (Red+Green+Blue) = 238+219+159=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9F is #112460. Grayscale: #DADADA. Windows color (decimal): -1123425 or 10476526. OLE color: 10476526.

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

Color convert

RGB 238 219 159 -
CMYK 0 0.08 0.33 0.07
HSL 45.57º 0.7% 0.78% -
HSV(B) 45.57º 0.33% 0.93% -
XYZ 66.85 71.34 43.05 -
YUV 217.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 238 219 159 0 0.08 0.33 0.07 45.57 0.7 0.78
Hex EE DB 9F 0 8 21 7 2E 46 4E
Octal 356 333 237 0 10 41 7 56 106 116
Binary 11101110 11011011 10011111 0 1000 100001 111 101110 1000110 1001110

Color Harmonies of #EEDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB9F

Black with #EEDB9F

Text Example


Text Example

White with #EEDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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