Html Css Color HEX #EFAF25 Gold Tips

📋 copy color: '#EFAF25'

red 239 ◦ green 175 ◦ blue 37

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

Shades of Gold Tips #EFAF25

Tints of Gold Tips #EFAF25

RGB

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

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

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

R = 52.99%
G = 38.8%
B = 8.2%

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

#EFAF25 (or 0xEFAF25) is known color: Gold Tips. HEX triplet: EF, AF and 25. RGB value is (239,175,37). Sum of RGB (Red+Green+Blue) = 239+175+37=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF25 is #1050DA. Grayscale: #B3B3B3. Windows color (decimal): -1069275 or 2469871. OLE color: 2469871.

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

Color convert

RGB 239 175 37 -
CMYK 0 0.27 0.85 0.06
HSL 40.99º 0.86% 0.54% -
HSV(B) 40.99º 0.85% 0.94% -
XYZ 51.26 49.14 8.53 -
YUV 178.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 239 175 37 0 0.27 0.85 0.06 40.99 0.86 0.54
Hex EF AF 25 0 1B 55 6 29 56 36
Octal 357 257 45 0 33 125 6 51 126 66
Binary 11101111 10101111 100101 0 11011 1010101 110 101001 1010110 110110

Color Harmonies of #EFAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF25

Black with #EFAF25

Text Example


Text Example

White with #EFAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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