#EBE100

Color #EBE100 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #EBE100

Tints of Golden Yellow #EBE100

Color information

#EBE100 (or 0xEBE100) is unknown color: approx Golden Yellow. HEX triplet: EB, E1 and 00. RGB value is (235,225,0). Sum of RGB (Red+Green+Blue) = 235+225+0=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE100 is #141EFF. Grayscale: #CBCBCB. Windows color (decimal): -1318656 or 57835. OLE color: 57835.

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

Color convert

RGB2352250-
CMYK00.0410.08
HSL57.45º100%46.08%-
HSV(B)57.45º100%92.16%-
XYZ61.1971.5110.58-
YUV202.3413.81151.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 225 (88.28% from 255) = 48.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.09%
G=48.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235225000.0410.0857.4510046.08
HexEBE100464839642e
Octal353341004144107114456
Binary111010111110000100100110010010001110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE100; }

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

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

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

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

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

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

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

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