#EDD49A

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

Shades of Splash #EDD49A

Tints of Splash #EDD49A

Color information

#EDD49A (or 0xEDD49A) is unknown color: approx Splash. HEX triplet: ED, D4 and 9A. RGB value is (237,212,154). Sum of RGB (Red+Green+Blue) = 237+212+154=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD49A is #122B65. Grayscale: #D5D5D5. Windows color (decimal): -1190758 or 10147053. OLE color: 10147053.

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

Color convert

RGB237212154-
CMYK00.110.350.07
HSL41.93º69.75%76.67%-
HSV(B)41.93º35.02%92.94%-
XYZ64.367.4240.2-
YUV212.8694.78145.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 154 (60.55% from 255) = 25.54%
R=39.30%
G=35.16%
B=25.54%

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
Decimal23721215400.110.350.0741.9369.7576.67
HexEDD49A0B2372a464d
Octal35532423201343752106115
Binary1110110111010100100110100101110001111110101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD49A; }

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

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

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

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

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

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

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

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