Html Css Color HEX #EFAB28 Gold Tips

📋 copy color: '#EFAB28'

red 239 ◦ green 171 ◦ blue 40

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

Shades of Gold Tips #EFAB28

Tints of Gold Tips #EFAB28

RGB

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

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

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

R = 53.11%
G = 38%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFAB28 (or 0xEFAB28) is known color: Gold Tips. HEX triplet: EF, AB and 28. RGB value is (239,171,40). Sum of RGB (Red+Green+Blue) = 239+171+40=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB28 is #1054D7. Grayscale: #B0B0B0. Windows color (decimal): -1070296 or 2665455. OLE color: 2665455.

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

Color convert

RGB 239 171 40 -
CMYK 0 0.28 0.83 0.06
HSL 39.5º 0.86% 0.55% -
HSV(B) 39.5º 0.83% 0.94% -
XYZ 50.54 47.63 8.54 -
YUV 176.4 51.03 172.65 -
System Red Green Blue C M Y K H S L
Decimal 239 171 40 0 0.28 0.83 0.06 39.5 0.86 0.55
Hex EF AB 28 0 1C 53 6 27 56 37
Octal 357 253 50 0 34 123 6 47 126 67
Binary 11101111 10101011 101000 0 11100 1010011 110 100111 1010110 110111

Color Harmonies of #EFAB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB28

Black with #EFAB28

Text Example


Text Example

White with #EFAB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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