Html Css Color HEX #EFAB24 Gold Tips

📋 copy color: '#EFAB24'

red 239 ◦ green 171 ◦ blue 36

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

Shades of Gold Tips #EFAB24

Tints of Gold Tips #EFAB24

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 53.59%
G = 38.34%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFAB24 (or 0xEFAB24) is known color: Gold Tips. HEX triplet: EF, AB and 24. RGB value is (239,171,36). Sum of RGB (Red+Green+Blue) = 239+171+36=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB24 is #1054DB. Grayscale: #B0B0B0. Windows color (decimal): -1070300 or 2403311. OLE color: 2403311.

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

Color convert

RGB 239 171 36 -
CMYK 0 0.28 0.85 0.06
HSL 39.9º 0.86% 0.54% -
HSV(B) 39.9º 0.85% 0.94% -
XYZ 50.48 47.6 8.2 -
YUV 175.94 49.03 172.98 -
System Red Green Blue C M Y K H S L
Decimal 239 171 36 0 0.28 0.85 0.06 39.9 0.86 0.54
Hex EF AB 24 0 1C 55 6 28 56 36
Octal 357 253 44 0 34 125 6 50 126 66
Binary 11101111 10101011 100100 0 11100 1010101 110 101000 1010110 110110

Color Harmonies of #EFAB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB24

Black with #EFAB24

Text Example


Text Example

White with #EFAB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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