#EFD01E

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

Shades of Broom #EFD01E

Tints of Broom #EFD01E

Color information

#EFD01E (or 0xEFD01E) is unknown color: approx Broom. HEX triplet: EF, D0 and 1E. RGB value is (239,208,30). Sum of RGB (Red+Green+Blue) = 239+208+30=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD01E is #102FE1. Grayscale: #C5C5C5. Windows color (decimal): -1060834 or 2019567. OLE color: 2019567.

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

Color convert

RGB23920830-
CMYK00.130.870.06
HSL51.1º86.72%52.75%-
HSV(B)51.1º87.45%93.73%-
XYZ58.3963.5610.42-
YUV196.9833.77157.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 30 (12.11% from 255) = 6.29%
R=50.10%
G=43.61%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392083000.130.870.0651.186.7252.75
HexEFD01E0D576335735
Octal3573203601512766312765
Binary1110111111010000111100110110101111101100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD01E; }

 p { color: rgb(239,208,30); }

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

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

 a { background-color: rgb(239,208,30); }

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

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

 span { border-color: rgb(239,208,30); }

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