#EDD39E

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

Shades of Splash #EDD39E

Tints of Splash #EDD39E

Color information

#EDD39E (or 0xEDD39E) is unknown color: approx Splash. HEX triplet: ED, D3 and 9E. RGB value is (237,211,158). Sum of RGB (Red+Green+Blue) = 237+211+158=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD39E is #122C61. Grayscale: #D4D4D4. Windows color (decimal): -1191010 or 10408941. OLE color: 10408941.

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

Color convert

RGB237211158-
CMYK00.110.330.07
HSL40.25º68.7%77.45%-
HSV(B)40.25º33.33%92.94%-
XYZ64.3967.0641.9-
YUV212.7397.11145.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=39.11%
G=34.82%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721115800.110.330.0740.2568.777.45
HexEDD39E0B21728454d
Octal35532323601341750105115
Binary1110110111010011100111100101110000111110100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD39E; }

 p { color: rgb(237,211,158); }

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

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

 a { background-color: rgb(237,211,158); }

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

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

 span { border-color: rgb(237,211,158); }

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