#EBE085

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

Shades of Light Goldenrod #EBE085

Tints of Light Goldenrod #EBE085

Color information

#EBE085 (or 0xEBE085) is unknown color: approx Light Goldenrod. HEX triplet: EB, E0 and 85. RGB value is (235,224,133). Sum of RGB (Red+Green+Blue) = 235+224+133=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE085 is #141F7A. Grayscale: #D9D9D9. Windows color (decimal): -1318779 or 8773867. OLE color: 8773867.

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

Color convert

RGB235224133-
CMYK00.050.430.08
HSL53.53º71.83%72.16%-
HSV(B)53.53º43.4%92.16%-
XYZ65.1572.6732.78-
YUV216.9280.64140.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=39.70%
G=37.84%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522413300.050.430.0853.5371.8372.16
HexEBE085052B8364848
Octal35334020505531066110110
Binary1110101111100000100001010101101011100011011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE085; }

 p { color: rgb(235,224,133); }

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

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

 a { background-color: rgb(235,224,133); }

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

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

 span { border-color: rgb(235,224,133); }

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