#EBE000

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

Shades of Golden Yellow #EBE000

Tints of Golden Yellow #EBE000

Color information

#EBE000 (or 0xEBE000) is unknown color: approx Golden Yellow. HEX triplet: EB, E0 and 00. RGB value is (235,224,0). Sum of RGB (Red+Green+Blue) = 235+224+0=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE000 is #141FFF. Grayscale: #CACACA. Windows color (decimal): -1318912 or 57579. OLE color: 57579.

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

Color convert

RGB2352240-
CMYK00.0510.08
HSL57.19º100%46.08%-
HSV(B)57.19º100%92.16%-
XYZ60.9270.9710.49-
YUV201.7514.14151.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.20%
G=48.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235224000.0510.0857.1910046.08
HexEBE000564839642e
Octal353340005144107114456
Binary111010111110000000101110010010001110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE000; }

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

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

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

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

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

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

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

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