Html Css Color HEX #EFD014 Broom

📋 copy color: '#EFD014'

red 239 ◦ green 208 ◦ blue 20

#EFD014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EFD014

Tints of Broom #EFD014

RGB

 RED value IS 239 (93.75% from 255) = 51.18%

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 51.18%
G = 44.54%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD014 (or 0xEFD014) is known color: Broom. HEX triplet: EF, D0 and 14. RGB value is (239,208,20). Sum of RGB (Red+Green+Blue) = 239+208+20=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD014 is #102FEB. Grayscale: #C4C4C4. Windows color (decimal): -1060844 or 1364207. OLE color: 1364207.

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

Color convert

RGB 239 208 20 -
CMYK 0 0.13 0.92 0.06
HSL 51.51º 0.87% 0.51% -
HSV(B) 51.51º 0.92% 0.94% -
XYZ 58.28 63.51 9.85 -
YUV 195.84 28.77 158.79 -
System Red Green Blue C M Y K H S L
Decimal 239 208 20 0 0.13 0.92 0.06 51.51 0.87 0.51
Hex EF D0 14 0 D 5C 6 34 57 33
Octal 357 320 24 0 15 134 6 64 127 63
Binary 11101111 11010000 10100 0 1101 1011100 110 110100 1010111 110011

Color Harmonies of #EFD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD014

Black with #EFD014

Text Example


Text Example

White with #EFD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD014; }

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

 H1.HeaderClassName
 {
   color: #EFD014;
 }
 .AnyTagClassName
 {
   color: #EFD014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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