#EFD516

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

Shades of Broom #EFD516

Tints of Broom #EFD516

Color information

#EFD516 (or 0xEFD516) is unknown color: approx Broom. HEX triplet: EF, D5 and 16. RGB value is (239,213,22). Sum of RGB (Red+Green+Blue) = 239+213+22=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD516 is #102AE9. Grayscale: #C7C7C7. Windows color (decimal): -1059562 or 1496559. OLE color: 1496559.

HSL color Cylindrical-coordinate representation of color #EFD516: hue angle of 52.81º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFD516 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23921322-
CMYK00.110.910.06
HSL52.81º87.15%51.18%-
HSV(B)52.81º90.79%93.73%-
XYZ59.546610.36-
YUV19928.11156.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.42%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 22 (8.98% from 255) = 4.64%
R=50.42%
G=44.94%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392132200.110.910.0652.8187.1551.18
HexEFD5160B5B6355733
Octal3573252601313366512763
Binary1110111111010101101100101110110111101101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD516; }

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

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

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

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

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

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

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

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