#EFD616

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

Shades of Broom #EFD616

Tints of Broom #EFD616

Color information

#EFD616 (or 0xEFD616) is unknown color: approx Broom. HEX triplet: EF, D6 and 16. RGB value is (239,214,22). Sum of RGB (Red+Green+Blue) = 239+214+22=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD616 is #1029E9. Grayscale: #C8C8C8. Windows color (decimal): -1059306 or 1496815. OLE color: 1496815.

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

Color convert

RGB23921422-
CMYK00.100.910.06
HSL53.09º87.15%51.18%-
HSV(B)53.09º90.79%93.73%-
XYZ59.7966.510.44-
YUV199.5927.78156.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 22 (8.98% from 255) = 4.63%
R=50.32%
G=45.05%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392142200.100.910.0653.0987.1551.18
HexEFD6160A5B6355733
Octal3573262601213366512763
Binary1110111111010110101100101010110111101101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD616; }

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

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

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

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

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

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

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

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