#EBDE84

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

Shades of Light Goldenrod #EBDE84

Tints of Light Goldenrod #EBDE84

Color information

#EBDE84 (or 0xEBDE84) is unknown color: approx Light Goldenrod. HEX triplet: EB, DE and 84. RGB value is (235,222,132). Sum of RGB (Red+Green+Blue) = 235+222+132=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE84 is #14217B. Grayscale: #D8D8D8. Windows color (decimal): -1319292 or 8707819. OLE color: 8707819.

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

Color convert

RGB235222132-
CMYK00.060.440.08
HSL52.43º72.03%71.96%-
HSV(B)52.43º43.83%92.16%-
XYZ64.5571.5732.24-
YUV215.6380.81141.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 132 (51.95% from 255) = 22.41%
R=39.90%
G=37.69%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522213200.060.440.0852.4372.0371.96
HexEBDE84062C8344848
Octal35333620406541064110110
Binary1110101111011110100001000110101100100011010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE84; }

 p { color: rgb(235,222,132); }

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

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

 a { background-color: rgb(235,222,132); }

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

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

 span { border-color: rgb(235,222,132); }

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