#EBDC7C

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

Shades of Light Goldenrod #EBDC7C

Tints of Light Goldenrod #EBDC7C

Color information

#EBDC7C (or 0xEBDC7C) is unknown color: approx Light Goldenrod. HEX triplet: EB, DC and 7C. RGB value is (235,220,124). Sum of RGB (Red+Green+Blue) = 235+220+124=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC7C is #142383. Grayscale: #D5D5D5. Windows color (decimal): -1319812 or 8183019. OLE color: 8183019.

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

Color convert

RGB235220124-
CMYK00.060.470.08
HSL51.89º73.51%70.39%-
HSV(B)51.89º47.23%92.16%-
XYZ63.4970.329.29-
YUV213.5477.47143.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=40.59%
G=38.00%
B=21.42%

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
Decimal23522012400.060.470.0851.8973.5170.39
HexEBDC7C062F8344a46
Octal35333417406571064112106
Binary111010111101110011111000110101111100011010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC7C; }

 p { color: rgb(235,220,124); }

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

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

 a { background-color: rgb(235,220,124); }

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

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

 span { border-color: rgb(235,220,124); }

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