#EBDD7D

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

Shades of Light Goldenrod #EBDD7D

Tints of Light Goldenrod #EBDD7D

Color information

#EBDD7D (or 0xEBDD7D) is unknown color: approx Light Goldenrod. HEX triplet: EB, DD and 7D. RGB value is (235,221,125). Sum of RGB (Red+Green+Blue) = 235+221+125=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD7D is #142282. Grayscale: #D6D6D6. Windows color (decimal): -1319555 or 8248811. OLE color: 8248811.

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

Color convert

RGB235221125-
CMYK00.060.470.08
HSL52.36º73.33%70.59%-
HSV(B)52.36º46.81%92.16%-
XYZ63.8270.8629.71-
YUV214.2477.64142.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=40.45%
G=38.04%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522112500.060.470.0852.3673.3370.59
HexEBDD7D062F8344947
Octal35333517506571064111107
Binary111010111101110111111010110101111100011010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD7D; }

 p { color: rgb(235,221,125); }

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

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

 a { background-color: rgb(235,221,125); }

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

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

 span { border-color: rgb(235,221,125); }

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