Html Css Color HEX #EFD414 Broom

📋 copy color: '#EFD414'

red 239 ◦ green 212 ◦ blue 20

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

Shades of Broom #EFD414

Tints of Broom #EFD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

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

R = 50.74%
G = 45.01%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD414 (or 0xEFD414) is known color: Broom. HEX triplet: EF, D4 and 14. RGB value is (239,212,20). Sum of RGB (Red+Green+Blue) = 239+212+20=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD414 is #102BEB. Grayscale: #C6C6C6. Windows color (decimal): -1059820 or 1365231. OLE color: 1365231.

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

Color convert

RGB 239 212 20 -
CMYK 0 0.11 0.92 0.06
HSL 52.6º 0.87% 0.51% -
HSV(B) 52.6º 0.92% 0.94% -
XYZ 59.27 65.49 10.18 -
YUV 198.19 27.45 157.11 -
System Red Green Blue C M Y K H S L
Decimal 239 212 20 0 0.11 0.92 0.06 52.6 0.87 0.51
Hex EF D4 14 0 B 5C 6 35 57 33
Octal 357 324 24 0 13 134 6 65 127 63
Binary 11101111 11010100 10100 0 1011 1011100 110 110101 1010111 110011

Color Harmonies of #EFD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD414

Black with #EFD414

Text Example


Text Example

White with #EFD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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