#EBE200

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

Shades of Golden Yellow #EBE200

Tints of Golden Yellow #EBE200

Color information

#EBE200 (or 0xEBE200) is unknown color: approx Golden Yellow. HEX triplet: EB, E2 and 00. RGB value is (235,226,0). Sum of RGB (Red+Green+Blue) = 235+226+0=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE200 is #141DFF. Grayscale: #CBCBCB. Windows color (decimal): -1318400 or 58091. OLE color: 58091.

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

Color convert

RGB2352260-
CMYK00.0410.08
HSL57.7º100%46.08%-
HSV(B)57.7º100%92.16%-
XYZ61.4672.0510.67-
YUV202.9313.48150.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 226 (88.67% from 255) = 49.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.98%
G=49.02%
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
Decimal235226000.0410.0857.710046.08
HexEBE20046483a642e
Octal353342004144107214456
Binary111010111110001000100110010010001110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE200; }

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

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

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

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

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

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

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

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