Html Css Color HEX #EEDD9A Splash

📋 copy color: '#EEDD9A'

red 238 ◦ green 221 ◦ blue 154

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

Shades of Splash #EEDD9A

Tints of Splash #EEDD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.12%

R = 38.83%
G = 36.05%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEDD9A (or 0xEEDD9A) is known color: Splash. HEX triplet: EE, DD and 9A. RGB value is (238,221,154). Sum of RGB (Red+Green+Blue) = 238+221+154=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD9A is #112265. Grayscale: #DADADA. Windows color (decimal): -1122918 or 10149358. OLE color: 10149358.

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

Color convert

RGB 238 221 154 -
CMYK 0 0.07 0.35 0.07
HSL 47.86º 0.71% 0.77% -
HSV(B) 47.86º 0.35% 0.93% -
XYZ 66.95 72.22 40.98 -
YUV 218.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 238 221 154 0 0.07 0.35 0.07 47.86 0.71 0.77
Hex EE DD 9A 0 7 23 7 30 47 4D
Octal 356 335 232 0 7 43 7 60 107 115
Binary 11101110 11011101 10011010 0 111 100011 111 110000 1000111 1001101

Color Harmonies of #EEDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD9A

Black with #EEDD9A

Text Example


Text Example

White with #EEDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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