#EDDA93

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

Shades of Splash #EDDA93

Tints of Splash #EDDA93

Color information

#EDDA93 (or 0xEDDA93) is unknown color: approx Splash. HEX triplet: ED, DA and 93. RGB value is (237,218,147). Sum of RGB (Red+Green+Blue) = 237+218+147=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA93 is #12256C. Grayscale: #D7D7D7. Windows color (decimal): -1189229 or 9689837. OLE color: 9689837.

HSL color Cylindrical-coordinate representation of color #EDDA93: hue angle of 47.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDDA93 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237218147-
CMYK00.080.380.07
HSL47.33º71.43%75.29%-
HSV(B)47.33º37.97%92.94%-
XYZ65.2670.2537.72-
YUV215.5989.29143.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 147 (57.81% from 255) = 24.42%
R=39.37%
G=36.21%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721814700.080.380.0747.3371.4375.29
HexEDDA93082672f474b
Octal35533222301046757107113
Binary1110110111011010100100110100010011011110111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA93; }

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

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

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

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

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

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

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

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