#EDD89A

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

Shades of Splash #EDD89A

Tints of Splash #EDD89A

Color information

#EDD89A (or 0xEDD89A) is unknown color: approx Splash. HEX triplet: ED, D8 and 9A. RGB value is (237,216,154). Sum of RGB (Red+Green+Blue) = 237+216+154=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89A is #122765. Grayscale: #D7D7D7. Windows color (decimal): -1189734 or 10148077. OLE color: 10148077.

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

Color convert

RGB237216154-
CMYK00.090.350.07
HSL44.82º69.75%76.67%-
HSV(B)44.82º35.02%92.94%-
XYZ65.3169.4540.53-
YUV215.2193.46143.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=39.04%
G=35.58%
B=25.37%

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
Decimal23721615400.090.350.0744.8269.7576.67
HexEDD89A092372d464d
Octal35533023201143755106115
Binary1110110111011000100110100100110001111110110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD89A; }

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

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

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

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

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

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

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

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