Html Css Color HEX #EFCF20 Broom

📋 copy color: '#EFCF20'

red 239 ◦ green 207 ◦ blue 32

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

Shades of Broom #EFCF20

Tints of Broom #EFCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

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

R = 50%
G = 43.31%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFCF20 (or 0xEFCF20) is known color: Broom. HEX triplet: EF, CF and 20. RGB value is (239,207,32). Sum of RGB (Red+Green+Blue) = 239+207+32=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF20 is #1030DF. Grayscale: #C5C5C5. Windows color (decimal): -1061088 or 2150383. OLE color: 2150383.

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

Color convert

RGB 239 207 32 -
CMYK 0 0.13 0.87 0.06
HSL 50.72º 0.87% 0.53% -
HSV(B) 50.72º 0.87% 0.94% -
XYZ 58.17 63.08 10.48 -
YUV 196.62 35.1 158.23 -
System Red Green Blue C M Y K H S L
Decimal 239 207 32 0 0.13 0.87 0.06 50.72 0.87 0.53
Hex EF CF 20 0 D 57 6 33 57 35
Octal 357 317 40 0 15 127 6 63 127 65
Binary 11101111 11001111 100000 0 1101 1010111 110 110011 1010111 110101

Color Harmonies of #EFCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF20

Black with #EFCF20

Text Example


Text Example

White with #EFCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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