Html Css Color HEX #EEDD9F Splash

📋 copy color: '#EEDD9F'

red 238 ◦ green 221 ◦ blue 159

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

Shades of Splash #EEDD9F

Tints of Splash #EEDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.76%

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

R = 38.51%
G = 35.76%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEDD9F (or 0xEEDD9F) is known color: Splash. HEX triplet: EE, DD and 9F. RGB value is (238,221,159). Sum of RGB (Red+Green+Blue) = 238+221+159=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD9F is #112260. Grayscale: #DBDBDB. Windows color (decimal): -1122913 or 10477038. OLE color: 10477038.

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

Color convert

RGB 238 221 159 -
CMYK 0 0.07 0.33 0.07
HSL 47.09º 0.7% 0.78% -
HSV(B) 47.09º 0.33% 0.93% -
XYZ 67.37 72.39 43.22 -
YUV 219.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 238 221 159 0 0.07 0.33 0.07 47.09 0.7 0.78
Hex EE DD 9F 0 7 21 7 2F 46 4E
Octal 356 335 237 0 7 41 7 57 106 116
Binary 11101110 11011101 10011111 0 111 100001 111 101111 1000110 1001110

Color Harmonies of #EEDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD9F

Black with #EEDD9F

Text Example


Text Example

White with #EEDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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