#EED299

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

Shades of Splash #EED299

Tints of Splash #EED299

Color information

#EED299 (or 0xEED299) is unknown color: approx Splash. HEX triplet: EE, D2 and 99. RGB value is (238,210,153). Sum of RGB (Red+Green+Blue) = 238+210+153=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED299 is #112D66. Grayscale: #D4D4D4. Windows color (decimal): -1125735 or 10081006. OLE color: 10081006.

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

Color convert

RGB238210153-
CMYK00.120.360.07
HSL40.24º71.43%76.67%-
HSV(B)40.24º35.71%93.33%-
XYZ64.0666.5739.61-
YUV211.8794.78146.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=39.60%
G=34.94%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821015300.120.360.0740.2471.4376.67
HexEED2990C24728474d
Octal35632223101444750107115
Binary1110111011010010100110010110010010011110100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED299; }

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

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

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

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

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

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

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

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