Html Css Color HEX #EFD214 Broom

📋 copy color: '#EFD214'

red 239 ◦ green 210 ◦ blue 20

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

Shades of Broom #EFD214

Tints of Broom #EFD214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

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

R = 50.96%
G = 44.78%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFD214 (or 0xEFD214) is known color: Broom. HEX triplet: EF, D2 and 14. RGB value is (239,210,20). Sum of RGB (Red+Green+Blue) = 239+210+20=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD214 is #102DEB. Grayscale: #C5C5C5. Windows color (decimal): -1060332 or 1364719. OLE color: 1364719.

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

Color convert

RGB 239 210 20 -
CMYK 0 0.12 0.92 0.06
HSL 52.05º 0.87% 0.51% -
HSV(B) 52.05º 0.92% 0.94% -
XYZ 58.77 64.49 10.01 -
YUV 197.01 28.11 157.95 -
System Red Green Blue C M Y K H S L
Decimal 239 210 20 0 0.12 0.92 0.06 52.05 0.87 0.51
Hex EF D2 14 0 C 5C 6 34 57 33
Octal 357 322 24 0 14 134 6 64 127 63
Binary 11101111 11010010 10100 0 1100 1011100 110 110100 1010111 110011

Color Harmonies of #EFD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD214

Black with #EFD214

Text Example


Text Example

White with #EFD214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD214; }

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

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

background-color css

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

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

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

border-color css

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

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

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