Html Css Color HEX #EEDCA0 Splash

📋 copy color: '#EEDCA0'

red 238 ◦ green 220 ◦ blue 160

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

Shades of Splash #EEDCA0

Tints of Splash #EEDCA0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.6%

 BLUE value IS 160 (62.89% from 255) = 25.89%

R = 38.51%
G = 35.6%
B = 25.89%

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

#EEDCA0 (or 0xEEDCA0) is known color: Splash. HEX triplet: EE, DC and A0. RGB value is (238,220,160). Sum of RGB (Red+Green+Blue) = 238+220+160=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCA0 is #11235F. Grayscale: #DADADA. Windows color (decimal): -1123168 or 10542318. OLE color: 10542318.

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

Color convert

RGB 238 220 160 -
CMYK 0 0.08 0.33 0.07
HSL 46.15º 0.7% 0.78% -
HSV(B) 46.15º 0.33% 0.93% -
XYZ 67.2 71.9 43.59 -
YUV 218.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 238 220 160 0 0.08 0.33 0.07 46.15 0.7 0.78
Hex EE DC A0 0 8 21 7 2E 46 4E
Octal 356 334 240 0 10 41 7 56 106 116
Binary 11101110 11011100 10100000 0 1000 100001 111 101110 1000110 1001110

Color Harmonies of #EEDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCA0

Black with #EEDCA0

Text Example


Text Example

White with #EEDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCA0; }

 p { color: rgb(238,220,160); }

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

background-color css

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

 a { background-color: rgb(238,220,160); }

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

border-color css

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

 span { border-color: rgb(238,220,160); }

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