#EED49A

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

Shades of Splash #EED49A

Tints of Splash #EED49A

Color information

#EED49A (or 0xEED49A) is unknown color: approx Splash. HEX triplet: EE, D4 and 9A. RGB value is (238,212,154). Sum of RGB (Red+Green+Blue) = 238+212+154=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED49A is #112B65. Grayscale: #D5D5D5. Windows color (decimal): -1125222 or 10147054. OLE color: 10147054.

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

Color convert

RGB238212154-
CMYK00.110.350.07
HSL41.43º71.19%76.86%-
HSV(B)41.43º35.29%93.33%-
XYZ64.6467.640.21-
YUV213.1694.61145.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=39.40%
G=35.10%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821215400.110.350.0741.4371.1976.86
HexEED49A0B23729474d
Octal35632423201343751107115
Binary1110111011010100100110100101110001111110100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED49A; }

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

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

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

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

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

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

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

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