Html Css Color HEX #EFC920 Broom

📋 copy color: '#EFC920'

red 239 ◦ green 201 ◦ blue 32

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

Shades of Broom #EFC920

Tints of Broom #EFC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

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

R = 50.64%
G = 42.58%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFC920 (or 0xEFC920) is known color: Broom. HEX triplet: EF, C9 and 20. RGB value is (239,201,32). Sum of RGB (Red+Green+Blue) = 239+201+32=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC920 is #1036DF. Grayscale: #C1C1C1. Windows color (decimal): -1062624 or 2148847. OLE color: 2148847.

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

Color convert

RGB 239 201 32 -
CMYK 0 0.16 0.87 0.06
HSL 48.99º 0.87% 0.53% -
HSV(B) 48.99º 0.87% 0.94% -
XYZ 56.74 60.23 10 -
YUV 193.1 37.09 160.74 -
System Red Green Blue C M Y K H S L
Decimal 239 201 32 0 0.16 0.87 0.06 48.99 0.87 0.53
Hex EF C9 20 0 10 57 6 31 57 35
Octal 357 311 40 0 20 127 6 61 127 65
Binary 11101111 11001001 100000 0 10000 1010111 110 110001 1010111 110101

Color Harmonies of #EFC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC920

Black with #EFC920

Text Example


Text Example

White with #EFC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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