#ECD49A

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

Shades of Splash #ECD49A

Tints of Splash #ECD49A

Color information

#ECD49A (or 0xECD49A) is unknown color: approx Splash. HEX triplet: EC, D4 and 9A. RGB value is (236,212,154). Sum of RGB (Red+Green+Blue) = 236+212+154=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49A is #132B65. Grayscale: #D4D4D4. Windows color (decimal): -1256294 or 10147052. OLE color: 10147052.

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

Color convert

RGB236212154-
CMYK00.100.350.07
HSL42.44º68.33%76.47%-
HSV(B)42.44º34.75%92.55%-
XYZ63.9767.2540.18-
YUV212.5694.95144.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=39.20%
G=35.22%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621215400.100.350.0742.4468.3376.47
HexECD49A0A2372a444c
Octal35432423201243752104114
Binary1110110011010100100110100101010001111110101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD49A; }

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

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

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

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

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

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

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

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