#EBE600

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

Shades of Golden Yellow #EBE600

Tints of Golden Yellow #EBE600

Color information

#EBE600 (or 0xEBE600) is unknown color: approx Golden Yellow. HEX triplet: EB, E6 and 00. RGB value is (235,230,0). Sum of RGB (Red+Green+Blue) = 235+230+0=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE600 is #1419FF. Grayscale: #CECECE. Windows color (decimal): -1317376 or 59115. OLE color: 59115.

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

Color convert

RGB2352300-
CMYK00.0210.08
HSL58.72º100%46.08%-
HSV(B)58.72º100%92.16%-
XYZ62.5674.2611.04-
YUV205.2712.16149.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 230 (90.23% from 255) = 49.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.54%
G=49.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235230000.0210.0858.7210046.08
HexEBE60026483b642e
Octal353346002144107314456
Binary11101011111001100010110010010001110111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE600; }

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

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

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

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

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

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

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

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