#EBDC7F

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

Shades of Light Goldenrod #EBDC7F

Tints of Light Goldenrod #EBDC7F

Color information

#EBDC7F (or 0xEBDC7F) is unknown color: approx Light Goldenrod. HEX triplet: EB, DC and 7F. RGB value is (235,220,127). Sum of RGB (Red+Green+Blue) = 235+220+127=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC7F is #142380. Grayscale: #D6D6D6. Windows color (decimal): -1319809 or 8379627. OLE color: 8379627.

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

Color convert

RGB235220127-
CMYK00.060.460.08
HSL51.67º72.97%70.98%-
HSV(B)51.67º45.96%92.16%-
XYZ63.6870.3830.31-
YUV213.8878.97143.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 127 (50% from 255) = 21.82%
R=40.38%
G=37.80%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522012700.060.460.0851.6772.9770.98
HexEBDC7F062E8344947
Octal35333417706561064111107
Binary111010111101110011111110110101110100011010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC7F; }

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

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

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

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

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

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

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

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