#EDD79A

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

Shades of Splash #EDD79A

Tints of Splash #EDD79A

Color information

#EDD79A (or 0xEDD79A) is unknown color: approx Splash. HEX triplet: ED, D7 and 9A. RGB value is (237,215,154). Sum of RGB (Red+Green+Blue) = 237+215+154=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79A is #122865. Grayscale: #D6D6D6. Windows color (decimal): -1189990 or 10147821. OLE color: 10147821.

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

Color convert

RGB237215154-
CMYK00.090.350.07
HSL44.1º69.75%76.67%-
HSV(B)44.1º35.02%92.94%-
XYZ65.0668.9440.45-
YUV214.6293.79143.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=39.11%
G=35.48%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721515400.090.350.0744.169.7576.67
HexEDD79A092372c464d
Octal35532723201143754106115
Binary1110110111010111100110100100110001111110110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD79A; }

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

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

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

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

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

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

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

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