#EBE086

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

Shades of Light Goldenrod #EBE086

Tints of Light Goldenrod #EBE086

Color information

#EBE086 (or 0xEBE086) is unknown color: approx Light Goldenrod. HEX triplet: EB, E0 and 86. RGB value is (235,224,134). Sum of RGB (Red+Green+Blue) = 235+224+134=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE086 is #141F79. Grayscale: #D9D9D9. Windows color (decimal): -1318778 or 8839403. OLE color: 8839403.

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

Color convert

RGB235224134-
CMYK00.050.430.08
HSL53.47º71.63%72.35%-
HSV(B)53.47º42.98%92.16%-
XYZ65.2272.6933.15-
YUV217.0381.14140.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 134 (52.73% from 255) = 22.60%
R=39.63%
G=37.77%
B=22.60%

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
Decimal23522413400.050.430.0853.4771.6372.35
HexEBE086052B8354848
Octal35334020605531065110110
Binary1110101111100000100001100101101011100011010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE086; }

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

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

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

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

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

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

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

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