#EBE185

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

Shades of Light Goldenrod #EBE185

Tints of Light Goldenrod #EBE185

Color information

#EBE185 (or 0xEBE185) is unknown color: approx Light Goldenrod. HEX triplet: EB, E1 and 85. RGB value is (235,225,133). Sum of RGB (Red+Green+Blue) = 235+225+133=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE185 is #141E7A. Grayscale: #D9D9D9. Windows color (decimal): -1318523 or 8774123. OLE color: 8774123.

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

Color convert

RGB235225133-
CMYK00.040.430.08
HSL54.12º71.83%72.16%-
HSV(B)54.12º43.4%92.16%-
XYZ65.4273.2132.87-
YUV217.580.31140.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 133 (52.34% from 255) = 22.43%
R=39.63%
G=37.94%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522513300.040.430.0854.1271.8372.16
HexEBE185042B8364848
Octal35334120504531066110110
Binary1110101111100001100001010100101011100011011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE185; }

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

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

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

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

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

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

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

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