Html Css Color HEX #EFD221 Broom

📋 copy color: '#EFD221'

red 239 ◦ green 210 ◦ blue 33

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

Shades of Broom #EFD221

Tints of Broom #EFD221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.85%

R = 49.59%
G = 43.57%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFD221 (or 0xEFD221) is known color: Broom. HEX triplet: EF, D2 and 21. RGB value is (239,210,33). Sum of RGB (Red+Green+Blue) = 239+210+33=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD221 is #102DDE. Grayscale: #C7C7C7. Windows color (decimal): -1060319 or 2216687. OLE color: 2216687.

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

Color convert

RGB 239 210 33 -
CMYK 0 0.12 0.86 0.06
HSL 51.55º 0.87% 0.53% -
HSV(B) 51.55º 0.86% 0.94% -
XYZ 58.92 64.55 10.79 -
YUV 198.49 34.61 156.89 -
System Red Green Blue C M Y K H S L
Decimal 239 210 33 0 0.12 0.86 0.06 51.55 0.87 0.53
Hex EF D2 21 0 C 56 6 34 57 35
Octal 357 322 41 0 14 126 6 64 127 65
Binary 11101111 11010010 100001 0 1100 1010110 110 110100 1010111 110101

Color Harmonies of #EFD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD221

Black with #EFD221

Text Example


Text Example

White with #EFD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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