Html Css Color HEX #EFAA28 Gold Tips

📋 copy color: '#EFAA28'

red 239 ◦ green 170 ◦ blue 40

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

Shades of Gold Tips #EFAA28

Tints of Gold Tips #EFAA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 40 (16.02% from 255) = 8.91%

R = 53.23%
G = 37.86%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFAA28 (or 0xEFAA28) is known color: Gold Tips. HEX triplet: EF, AA and 28. RGB value is (239,170,40). Sum of RGB (Red+Green+Blue) = 239+170+40=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA28 is #1055D7. Grayscale: #B0B0B0. Windows color (decimal): -1070552 or 2665199. OLE color: 2665199.

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

Color convert

RGB 239 170 40 -
CMYK 0 0.29 0.83 0.06
HSL 39.2º 0.86% 0.55% -
HSV(B) 39.2º 0.83% 0.94% -
XYZ 50.35 47.25 8.47 -
YUV 175.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 239 170 40 0 0.29 0.83 0.06 39.2 0.86 0.55
Hex EF AA 28 0 1D 53 6 27 56 37
Octal 357 252 50 0 35 123 6 47 126 67
Binary 11101111 10101010 101000 0 11101 1010011 110 100111 1010110 110111

Color Harmonies of #EFAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA28

Black with #EFAA28

Text Example


Text Example

White with #EFAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA28; }

 p { color: rgb(239,170,40); }

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

background-color css

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

 a { background-color: rgb(239,170,40); }

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

border-color css

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

 span { border-color: rgb(239,170,40); }

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