#EBDC81

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

Shades of Light Goldenrod #EBDC81

Tints of Light Goldenrod #EBDC81

Color information

#EBDC81 (or 0xEBDC81) is unknown color: approx Light Goldenrod. HEX triplet: EB, DC and 81. RGB value is (235,220,129). Sum of RGB (Red+Green+Blue) = 235+220+129=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC81 is #14237E. Grayscale: #D6D6D6. Windows color (decimal): -1319807 or 8510699. OLE color: 8510699.

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

Color convert

RGB235220129-
CMYK00.060.450.08
HSL51.51º72.6%71.37%-
HSV(B)51.51º45.11%92.16%-
XYZ63.8270.4331-
YUV214.1179.97142.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 129 (50.78% from 255) = 22.09%
R=40.24%
G=37.67%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522012900.060.450.0851.5172.671.37
HexEBDC81062D8344947
Octal35333420106551064111107
Binary1110101111011100100000010110101101100011010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC81; }

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

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

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

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

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

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

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

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