Html Css Color HEX #EEDBA1 Splash

📋 copy color: '#EEDBA1'

red 238 ◦ green 219 ◦ blue 161

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

Shades of Splash #EEDBA1

Tints of Splash #EEDBA1

RGB

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

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

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

R = 38.51%
G = 35.44%
B = 26.05%

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

#EEDBA1 (or 0xEEDBA1) is known color: Splash. HEX triplet: EE, DB and A1. RGB value is (238,219,161). Sum of RGB (Red+Green+Blue) = 238+219+161=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA1 is #11245E. Grayscale: #DADADA. Windows color (decimal): -1123423 or 10607598. OLE color: 10607598.

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

Color convert

RGB 238 219 161 -
CMYK 0 0.08 0.32 0.07
HSL 45.19º 0.69% 0.78% -
HSV(B) 45.19º 0.32% 0.93% -
XYZ 67.02 71.41 43.97 -
YUV 218.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 238 219 161 0 0.08 0.32 0.07 45.19 0.69 0.78
Hex EE DB A1 0 8 20 7 2D 45 4E
Octal 356 333 241 0 10 40 7 55 105 116
Binary 11101110 11011011 10100001 0 1000 100000 111 101101 1000101 1001110

Color Harmonies of #EEDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBA1

Black with #EEDBA1

Text Example


Text Example

White with #EEDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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