Html Css Color HEX #EFD620 Broom

📋 copy color: '#EFD620'

red 239 ◦ green 214 ◦ blue 32

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

Shades of Broom #EFD620

Tints of Broom #EFD620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.6%

R = 49.28%
G = 44.12%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFD620 (or 0xEFD620) is known color: Broom. HEX triplet: EF, D6 and 20. RGB value is (239,214,32). Sum of RGB (Red+Green+Blue) = 239+214+32=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD620 is #1029DF. Grayscale: #C9C9C9. Windows color (decimal): -1059296 or 2152175. OLE color: 2152175.

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

Color convert

RGB 239 214 32 -
CMYK 0 0.10 0.87 0.06
HSL 52.75º 0.87% 0.53% -
HSV(B) 52.75º 0.87% 0.94% -
XYZ 59.9 66.55 11.05 -
YUV 200.73 32.78 155.3 -
System Red Green Blue C M Y K H S L
Decimal 239 214 32 0 0.10 0.87 0.06 52.75 0.87 0.53
Hex EF D6 20 0 A 57 6 35 57 35
Octal 357 326 40 0 12 127 6 65 127 65
Binary 11101111 11010110 100000 0 1010 1010111 110 110101 1010111 110101

Color Harmonies of #EFD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD620

Black with #EFD620

Text Example


Text Example

White with #EFD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD620; }

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

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

background-color css

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

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

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

border-color css

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

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

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