Html Css Color HEX #EFAF19 Gold Tips

📋 copy color: '#EFAF19'

red 239 ◦ green 175 ◦ blue 25

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

Shades of Gold Tips #EFAF19

Tints of Gold Tips #EFAF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.69%

R = 54.44%
G = 39.86%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFAF19 (or 0xEFAF19) is known color: Gold Tips. HEX triplet: EF, AF and 19. RGB value is (239,175,25). Sum of RGB (Red+Green+Blue) = 239+175+25=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF19 is #1050E6. Grayscale: #B1B1B1. Windows color (decimal): -1069287 or 1683439. OLE color: 1683439.

HSL color Cylindrical-coordinate representation of color #EFAF19: hue angle of 42.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFAF19 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 25 -
CMYK 0 0.27 0.90 0.06
HSL 42.06º 0.87% 0.52% -
HSV(B) 42.06º 0.9% 0.94% -
XYZ 51.1 49.08 7.7 -
YUV 177.04 42.2 172.2 -
System Red Green Blue C M Y K H S L
Decimal 239 175 25 0 0.27 0.90 0.06 42.06 0.87 0.52
Hex EF AF 19 0 1B 5A 6 2A 57 34
Octal 357 257 31 0 33 132 6 52 127 64
Binary 11101111 10101111 11001 0 11011 1011010 110 101010 1010111 110100

Color Harmonies of #EFAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF19

Black with #EFAF19

Text Example


Text Example

White with #EFAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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