#EFD71F

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

Shades of Broom #EFD71F

Tints of Broom #EFD71F

Color information

#EFD71F (or 0xEFD71F) is unknown color: approx Broom. HEX triplet: EF, D7 and 1F. RGB value is (239,215,31). Sum of RGB (Red+Green+Blue) = 239+215+31=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD71F is #1028E0. Grayscale: #C9C9C9. Windows color (decimal): -1059041 or 2086895. OLE color: 2086895.

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

Color convert

RGB23921531-
CMYK00.100.870.06
HSL53.08º86.67%52.94%-
HSV(B)53.08º87.03%93.73%-
XYZ60.1467.0511.07-
YUV201.231.95154.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 31 (12.5% from 255) = 6.39%
R=49.28%
G=44.33%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392153100.100.870.0653.0886.6752.94
HexEFD71F0A576355735
Octal3573273701212766512765
Binary1110111111010111111110101010101111101101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD71F; }

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

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

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

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

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

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

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

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