#EBD416

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

Shades of Broom #EBD416

Tints of Broom #EBD416

Color information

#EBD416 (or 0xEBD416) is unknown color: approx Broom. HEX triplet: EB, D4 and 16. RGB value is (235,212,22). Sum of RGB (Red+Green+Blue) = 235+212+22=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD416 is #142BE9. Grayscale: #C5C5C5. Windows color (decimal): -1321962 or 1496299. OLE color: 1496299.

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

Color convert

RGB23521222-
CMYK00.100.910.08
HSL53.52º84.19%50.39%-
HSV(B)53.52º90.64%92.16%-
XYZ57.9564.8110.21-
YUV197.2229.12154.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 22 (8.98% from 255) = 4.69%
R=50.11%
G=45.20%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352122200.100.910.0853.5284.1950.39
HexEBD4160A5B8365432
Octal35332426012133106612462
Binary11101011110101001011001010101101110001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD416; }

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

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

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

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

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

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

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

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