#EDDA92

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

Shades of Splash #EDDA92

Tints of Splash #EDDA92

Color information

#EDDA92 (or 0xEDDA92) is unknown color: approx Splash. HEX triplet: ED, DA and 92. RGB value is (237,218,146). Sum of RGB (Red+Green+Blue) = 237+218+146=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA92 is #12256D. Grayscale: #D7D7D7. Windows color (decimal): -1189230 or 9624301. OLE color: 9624301.

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

Color convert

RGB237218146-
CMYK00.080.380.07
HSL47.47º71.65%75.1%-
HSV(B)47.47º38.4%92.94%-
XYZ65.1870.2237.31-
YUV215.4788.79143.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 146 (57.42% from 255) = 24.29%
R=39.43%
G=36.27%
B=24.29%

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
Decimal23721814600.080.380.0747.4771.6575.1
HexEDDA92082672f484b
Octal35533222201046757110113
Binary1110110111011010100100100100010011011110111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA92; }

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

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

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

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

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

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

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

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