Html Css Color HEX #EEDD9D Splash

📋 copy color: '#EEDD9D'

red 238 ◦ green 221 ◦ blue 157

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

Shades of Splash #EEDD9D

Tints of Splash #EEDD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.49%

R = 38.64%
G = 35.88%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEDD9D (or 0xEEDD9D) is known color: Splash. HEX triplet: EE, DD and 9D. RGB value is (238,221,157). Sum of RGB (Red+Green+Blue) = 238+221+157=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD9D is #112262. Grayscale: #DBDBDB. Windows color (decimal): -1122915 or 10345966. OLE color: 10345966.

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

Color convert

RGB 238 221 157 -
CMYK 0 0.07 0.34 0.07
HSL 47.41º 0.7% 0.77% -
HSV(B) 47.41º 0.34% 0.93% -
XYZ 67.2 72.32 42.32 -
YUV 218.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 238 221 157 0 0.07 0.34 0.07 47.41 0.7 0.77
Hex EE DD 9D 0 7 22 7 2F 46 4D
Octal 356 335 235 0 7 42 7 57 106 115
Binary 11101110 11011101 10011101 0 111 100010 111 101111 1000110 1001101

Color Harmonies of #EEDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD9D

Black with #EEDD9D

Text Example


Text Example

White with #EEDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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