Html Css Color HEX #EEDE9C Splash

📋 copy color: '#EEDE9C'

red 238 ◦ green 222 ◦ blue 156

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

Shades of Splash #EEDE9C

Tints of Splash #EEDE9C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.04%

 BLUE value IS 156 (61.33% from 255) = 25.32%

R = 38.64%
G = 36.04%
B = 25.32%

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

#EEDE9C (or 0xEEDE9C) is known color: Splash. HEX triplet: EE, DE and 9C. RGB value is (238,222,156). Sum of RGB (Red+Green+Blue) = 238+222+156=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE9C is #112163. Grayscale: #DBDBDB. Windows color (decimal): -1122660 or 10280686. OLE color: 10280686.

HSL color Cylindrical-coordinate representation of color #EEDE9C: hue angle of 48.29º degrees, saturation: 0.71, 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 #EEDE9C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 156 -
CMYK 0 0.07 0.34 0.07
HSL 48.29º 0.71% 0.77% -
HSV(B) 48.29º 0.34% 0.93% -
XYZ 67.38 72.82 41.96 -
YUV 219.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 238 222 156 0 0.07 0.34 0.07 48.29 0.71 0.77
Hex EE DE 9C 0 7 22 7 30 47 4D
Octal 356 336 234 0 7 42 7 60 107 115
Binary 11101110 11011110 10011100 0 111 100010 111 110000 1000111 1001101

Color Harmonies of #EEDE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE9C

Black with #EEDE9C

Text Example


Text Example

White with #EEDE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE9C; }

 p { color: rgb(238,222,156); }

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

background-color css

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

 a { background-color: rgb(238,222,156); }

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

border-color css

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

 span { border-color: rgb(238,222,156); }

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