#EFD221

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

Shades of Broom #EFD221

Tints of Broom #EFD221

Color information

#EFD221 (or 0xEFD221) is unknown color: approx Broom. HEX triplet: EF, D2 and 21. RGB value is (239,210,33). Sum of RGB (Red+Green+Blue) = 239+210+33=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD221 is #102DDE. Grayscale: #C7C7C7. Windows color (decimal): -1060319 or 2216687. OLE color: 2216687.

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

Color convert

RGB23921033-
CMYK00.120.860.06
HSL51.55º86.55%53.33%-
HSV(B)51.55º86.19%93.73%-
XYZ58.9264.5510.79-
YUV198.4934.61156.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 33 (13.28% from 255) = 6.85%
R=49.59%
G=43.57%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392103300.120.860.0651.5586.5553.33
HexEFD2210C566345735
Octal3573224101412666412765
Binary11101111110100101000010110010101101101101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD221; }

 p { color: rgb(239,210,33); }

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

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

 a { background-color: rgb(239,210,33); }

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

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

 span { border-color: rgb(239,210,33); }

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