#eed699

Color #EED699 Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #EED699

Tints of Splash #EED699

Color information

#EED699 (or 0xEED699) is unknown color: approx Splash. HEX triplet: EE, D6 and 99. RGB value is (238,214,153). Sum of RGB (Red+Green+Blue) = 238+214+153=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED699 is #112966. Grayscale: #D6D6D6. Windows color (decimal): -1124711 or 10082030. OLE color: 10082030.

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

Color convert

RGB238214153-
CMYK00.100.360.07
HSL43.06º71.43%76.67%-
HSV(B)43.06º35.71%93.33%-
XYZ65.0668.5739.94-
YUV214.2293.45144.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=39.34%
G=35.37%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821415300.100.360.0743.0671.4376.67
HexEED6990A2472b474d
Octal35632623101244753107115
Binary1110111011010110100110010101010010011110101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eed699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eed699; }

 p { color: rgb(238,214,153); }

 H1.HeaderClassName
 {
   color: #eed699;
 }
 .AnyTagClassName
 {
   color: #eed699;
 }
</style>
background-color css

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

 a { background-color: rgb(238,214,153); }

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

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

 span { border-color: rgb(238,214,153); }

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