Html Css Color HEX #EFAF24 Gold Tips

📋 copy color: '#EFAF24'

red 239 ◦ green 175 ◦ blue 36

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

Shades of Gold Tips #EFAF24

Tints of Gold Tips #EFAF24

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 36 (14.45% from 255) = 8%

R = 53.11%
G = 38.89%
B = 8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFAF24 (or 0xEFAF24) is known color: Gold Tips. HEX triplet: EF, AF and 24. RGB value is (239,175,36). Sum of RGB (Red+Green+Blue) = 239+175+36=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF24 is #1050DB. Grayscale: #B2B2B2. Windows color (decimal): -1069276 or 2404335. OLE color: 2404335.

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

Color convert

RGB 239 175 36 -
CMYK 0 0.27 0.85 0.06
HSL 41.08º 0.86% 0.54% -
HSV(B) 41.08º 0.85% 0.94% -
XYZ 51.25 49.14 8.45 -
YUV 178.29 47.7 171.3 -
System Red Green Blue C M Y K H S L
Decimal 239 175 36 0 0.27 0.85 0.06 41.08 0.86 0.54
Hex EF AF 24 0 1B 55 6 29 56 36
Octal 357 257 44 0 33 125 6 51 126 66
Binary 11101111 10101111 100100 0 11011 1010101 110 101001 1010110 110110

Color Harmonies of #EFAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF24

Black with #EFAF24

Text Example


Text Example

White with #EFAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF24; }

 p { color: rgb(239,175,36); }

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

background-color css

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

 a { background-color: rgb(239,175,36); }

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

border-color css

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

 span { border-color: rgb(239,175,36); }

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