Html Css Color HEX #EFAF28 Gold Tips

📋 copy color: '#EFAF28'

red 239 ◦ green 175 ◦ blue 40

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

Shades of Gold Tips #EFAF28

Tints of Gold Tips #EFAF28

RGB

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

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

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

R = 52.64%
G = 38.55%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFAF28 (or 0xEFAF28) is known color: Gold Tips. HEX triplet: EF, AF and 28. RGB value is (239,175,40). Sum of RGB (Red+Green+Blue) = 239+175+40=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF28 is #1050D7. Grayscale: #B3B3B3. Windows color (decimal): -1069272 or 2666479. OLE color: 2666479.

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

Color convert

RGB 239 175 40 -
CMYK 0 0.27 0.83 0.06
HSL 40.7º 0.86% 0.55% -
HSV(B) 40.7º 0.83% 0.94% -
XYZ 51.31 49.16 8.79 -
YUV 178.75 49.7 170.98 -
System Red Green Blue C M Y K H S L
Decimal 239 175 40 0 0.27 0.83 0.06 40.7 0.86 0.55
Hex EF AF 28 0 1B 53 6 29 56 37
Octal 357 257 50 0 33 123 6 51 126 67
Binary 11101111 10101111 101000 0 11011 1010011 110 101001 1010110 110111

Color Harmonies of #EFAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF28

Black with #EFAF28

Text Example


Text Example

White with #EFAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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