Html Css Color HEX #EFA921 Gold Tips

📋 copy color: '#EFA921'

red 239 ◦ green 169 ◦ blue 33

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

Shades of Gold Tips #EFA921

Tints of Gold Tips #EFA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.32%

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

R = 54.2%
G = 38.32%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFA921 (or 0xEFA921) is known color: Gold Tips. HEX triplet: EF, A9 and 21. RGB value is (239,169,33). Sum of RGB (Red+Green+Blue) = 239+169+33=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA921 is #1056DE. Grayscale: #AFAFAF. Windows color (decimal): -1070815 or 2206191. OLE color: 2206191.

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

Color convert

RGB 239 169 33 -
CMYK 0 0.29 0.86 0.06
HSL 39.61º 0.87% 0.53% -
HSV(B) 39.61º 0.86% 0.94% -
XYZ 50.06 46.84 7.84 -
YUV 174.43 48.19 174.06 -
System Red Green Blue C M Y K H S L
Decimal 239 169 33 0 0.29 0.86 0.06 39.61 0.87 0.53
Hex EF A9 21 0 1D 56 6 28 57 35
Octal 357 251 41 0 35 126 6 50 127 65
Binary 11101111 10101001 100001 0 11101 1010110 110 101000 1010111 110101

Color Harmonies of #EFA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA921

Black with #EFA921

Text Example


Text Example

White with #EFA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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