#efdc1f

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

Shades of Broom #EFDC1F

Tints of Broom #EFDC1F

Color information

#EFDC1F (or 0xEFDC1F) is unknown color: approx Broom. HEX triplet: EF, DC and 1F. RGB value is (239,220,31). Sum of RGB (Red+Green+Blue) = 239+220+31=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1F is #1023E0. Grayscale: #CCCCCC. Windows color (decimal): -1057761 or 2088175. OLE color: 2088175.

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

Color convert

RGB23922031-
CMYK00.080.870.06
HSL54.52º86.67%52.94%-
HSV(B)54.52º87.03%93.73%-
XYZ61.4469.6411.5-
YUV204.1430.29152.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.78%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 31 (12.5% from 255) = 6.33%
R=48.78%
G=44.90%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392203100.080.870.0654.5286.6752.94
HexEFDC1F08576375735
Octal3573343701012766712765
Binary1110111111011100111110100010101111101101111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdc1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdc1f; }

 p { color: rgb(239,220,31); }

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

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

 a { background-color: rgb(239,220,31); }

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

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

 span { border-color: rgb(239,220,31); }

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