#EBD516

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

Shades of Broom #EBD516

Tints of Broom #EBD516

Color information

#EBD516 (or 0xEBD516) is unknown color: approx Broom. HEX triplet: EB, D5 and 16. RGB value is (235,213,22). Sum of RGB (Red+Green+Blue) = 235+213+22=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD516 is #142AE9. Grayscale: #C6C6C6. Windows color (decimal): -1321706 or 1496555. OLE color: 1496555.

HSL color Cylindrical-coordinate representation of color #EBD516: hue angle of 53.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBD516 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23521322-
CMYK00.090.910.08
HSL53.8º84.19%50.39%-
HSV(B)53.8º90.64%92.16%-
XYZ58.265.3110.3-
YUV197.828.79154.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 22 (8.98% from 255) = 4.68%
R=50%
G=45.32%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352132200.090.910.0853.884.1950.39
HexEBD516095B8365432
Octal35332526011133106612462
Binary11101011110101011011001001101101110001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD516; }

 p { color: rgb(235,213,22); }

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

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

 a { background-color: rgb(235,213,22); }

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

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

 span { border-color: rgb(235,213,22); }

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