#EBDF89

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

Shades of Light Goldenrod #EBDF89

Tints of Light Goldenrod #EBDF89

Color information

#EBDF89 (or 0xEBDF89) is unknown color: approx Light Goldenrod. HEX triplet: EB, DF and 89. RGB value is (235,223,137). Sum of RGB (Red+Green+Blue) = 235+223+137=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF89 is #142076. Grayscale: #D9D9D9. Windows color (decimal): -1319031 or 9035755. OLE color: 9035755.

HSL color Cylindrical-coordinate representation of color #EBDF89: hue angle of 52.65º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBDF89 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235223137-
CMYK00.050.420.08
HSL52.65º71.01%72.94%-
HSV(B)52.65º41.7%92.16%-
XYZ65.1672.2434.18-
YUV216.7882.98140.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 137 (53.91% from 255) = 23.03%
R=39.50%
G=37.48%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522313700.050.420.0852.6571.0172.94
HexEBDF89052A8354749
Octal35333721105521065107111
Binary1110101111011111100010010101101010100011010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF89; }

 p { color: rgb(235,223,137); }

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

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

 a { background-color: rgb(235,223,137); }

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

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

 span { border-color: rgb(235,223,137); }

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