#EDDA99

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

Shades of Splash #EDDA99

Tints of Splash #EDDA99

Color information

#EDDA99 (or 0xEDDA99) is unknown color: approx Splash. HEX triplet: ED, DA and 99. RGB value is (237,218,153). Sum of RGB (Red+Green+Blue) = 237+218+153=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA99 is #122566. Grayscale: #D8D8D8. Windows color (decimal): -1189223 or 10083053. OLE color: 10083053.

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

Color convert

RGB237218153-
CMYK00.080.350.07
HSL46.43º70%76.47%-
HSV(B)46.43º35.44%92.94%-
XYZ65.7570.4540.27-
YUV216.2792.29142.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 153 (60.16% from 255) = 25.16%
R=38.98%
G=35.86%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721815300.080.350.0746.437076.47
HexEDDA99082372e464c
Octal35533223101043756106114
Binary1110110111011010100110010100010001111110111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA99; }

 p { color: rgb(237,218,153); }

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

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

 a { background-color: rgb(237,218,153); }

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

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

 span { border-color: rgb(237,218,153); }

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