#EDDA9A

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

Shades of Splash #EDDA9A

Tints of Splash #EDDA9A

Color information

#EDDA9A (or 0xEDDA9A) is unknown color: approx Splash. HEX triplet: ED, DA and 9A. RGB value is (237,218,154). Sum of RGB (Red+Green+Blue) = 237+218+154=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA9A is #122565. Grayscale: #D8D8D8. Windows color (decimal): -1189222 or 10148589. OLE color: 10148589.

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

Color convert

RGB237218154-
CMYK00.080.350.07
HSL46.27º69.75%76.67%-
HSV(B)46.27º35.02%92.94%-
XYZ65.8370.4840.71-
YUV216.3992.79142.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=38.92%
G=35.80%
B=25.29%

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
Decimal23721815400.080.350.0746.2769.7576.67
HexEDDA9A082372e464d
Octal35533223201043756106115
Binary1110110111011010100110100100010001111110111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA9A; }

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

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

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

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

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

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

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

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