#EBDF81

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

Shades of Light Goldenrod #EBDF81

Tints of Light Goldenrod #EBDF81

Color information

#EBDF81 (or 0xEBDF81) is unknown color: approx Light Goldenrod. HEX triplet: EB, DF and 81. RGB value is (235,223,129). Sum of RGB (Red+Green+Blue) = 235+223+129=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF81 is #14207E. Grayscale: #D8D8D8. Windows color (decimal): -1319039 or 8511467. OLE color: 8511467.

HSL color Cylindrical-coordinate representation of color #EBDF81: hue angle of 53.21º 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 #EBDF81 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235223129-
CMYK00.050.450.08
HSL53.21º72.6%71.37%-
HSV(B)53.21º45.11%92.16%-
XYZ64.6172.0231.27-
YUV215.8778.98141.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 129 (50.78% from 255) = 21.98%
R=40.03%
G=37.99%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522312900.050.450.0853.2172.671.37
HexEBDF81052D8354947
Octal35333720105551065111107
Binary1110101111011111100000010101101101100011010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF81; }

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

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

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

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

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

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

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

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