Html Css Color HEX #EFAB25 Gold Tips

📋 copy color: '#EFAB25'

red 239 ◦ green 171 ◦ blue 37

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

Shades of Gold Tips #EFAB25

Tints of Gold Tips #EFAB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.28%

R = 53.47%
G = 38.26%
B = 8.28%

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

#EFAB25 (or 0xEFAB25) is known color: Gold Tips. HEX triplet: EF, AB and 25. RGB value is (239,171,37). Sum of RGB (Red+Green+Blue) = 239+171+37=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB25 is #1054DA. Grayscale: #B0B0B0. Windows color (decimal): -1070299 or 2468847. OLE color: 2468847.

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

Color convert

RGB 239 171 37 -
CMYK 0 0.28 0.85 0.06
HSL 39.8º 0.86% 0.54% -
HSV(B) 39.8º 0.85% 0.94% -
XYZ 50.49 47.61 8.28 -
YUV 176.06 49.53 172.9 -
System Red Green Blue C M Y K H S L
Decimal 239 171 37 0 0.28 0.85 0.06 39.8 0.86 0.54
Hex EF AB 25 0 1C 55 6 28 56 36
Octal 357 253 45 0 34 125 6 50 126 66
Binary 11101111 10101011 100101 0 11100 1010101 110 101000 1010110 110110

Color Harmonies of #EFAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB25

Black with #EFAB25

Text Example


Text Example

White with #EFAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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