Html Css Color HEX #EEDCA1 Splash

📋 copy color: '#EEDCA1'

red 238 ◦ green 220 ◦ blue 161

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

Shades of Splash #EEDCA1

Tints of Splash #EEDCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.01%

R = 38.45%
G = 35.54%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EEDCA1 (or 0xEEDCA1) is known color: Splash. HEX triplet: EE, DC and A1. RGB value is (238,220,161). Sum of RGB (Red+Green+Blue) = 238+220+161=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCA1 is #11235E. Grayscale: #DADADA. Windows color (decimal): -1123167 or 10607854. OLE color: 10607854.

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

Color convert

RGB 238 220 161 -
CMYK 0 0.08 0.32 0.07
HSL 45.97º 0.69% 0.78% -
HSV(B) 45.97º 0.32% 0.93% -
XYZ 67.29 71.94 44.06 -
YUV 218.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 238 220 161 0 0.08 0.32 0.07 45.97 0.69 0.78
Hex EE DC A1 0 8 20 7 2E 45 4E
Octal 356 334 241 0 10 40 7 56 105 116
Binary 11101110 11011100 10100001 0 1000 100000 111 101110 1000101 1001110

Color Harmonies of #EEDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCA1

Black with #EEDCA1

Text Example


Text Example

White with #EEDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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