Html Css Color HEX #EFD614 Broom

📋 copy color: '#EFD614'

red 239 ◦ green 214 ◦ blue 20

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

Shades of Broom #EFD614

Tints of Broom #EFD614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 50.53%
G = 45.24%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD614 (or 0xEFD614) is known color: Broom. HEX triplet: EF, D6 and 14. RGB value is (239,214,20). Sum of RGB (Red+Green+Blue) = 239+214+20=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD614 is #1029EB. Grayscale: #C8C8C8. Windows color (decimal): -1059308 or 1365743. OLE color: 1365743.

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

Color convert

RGB 239 214 20 -
CMYK 0 0.10 0.92 0.06
HSL 53.15º 0.87% 0.51% -
HSV(B) 53.15º 0.92% 0.94% -
XYZ 59.77 66.49 10.35 -
YUV 199.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 239 214 20 0 0.10 0.92 0.06 53.15 0.87 0.51
Hex EF D6 14 0 A 5C 6 35 57 33
Octal 357 326 24 0 12 134 6 65 127 63
Binary 11101111 11010110 10100 0 1010 1011100 110 110101 1010111 110011

Color Harmonies of #EFD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD614

Black with #EFD614

Text Example


Text Example

White with #EFD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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