#EDD89B

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

Shades of Splash #EDD89B

Tints of Splash #EDD89B

Color information

#EDD89B (or 0xEDD89B) is unknown color: approx Splash. HEX triplet: ED, D8 and 9B. RGB value is (237,216,155). Sum of RGB (Red+Green+Blue) = 237+216+155=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89B is #122764. Grayscale: #D7D7D7. Windows color (decimal): -1189733 or 10213613. OLE color: 10213613.

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

Color convert

RGB237216155-
CMYK00.090.350.07
HSL44.63º69.49%76.86%-
HSV(B)44.63º34.6%92.94%-
XYZ65.469.4840.98-
YUV215.3293.96143.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 216 (84.77% from 255) = 35.53%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=38.98%
G=35.53%
B=25.49%

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
Decimal23721615500.090.350.0744.6369.4976.86
HexEDD89B092372d454d
Octal35533023301143755105115
Binary1110110111011000100110110100110001111110110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD89B; }

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

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

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

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

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

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

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

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