Html Css Color HEX #EFB028 Gold Tips

📋 copy color: '#EFB028'

red 239 ◦ green 176 ◦ blue 40

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

Shades of Gold Tips #EFB028

Tints of Gold Tips #EFB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

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

R = 52.53%
G = 38.68%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFB028 (or 0xEFB028) is known color: Gold Tips. HEX triplet: EF, B0 and 28. RGB value is (239,176,40). Sum of RGB (Red+Green+Blue) = 239+176+40=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB028 is #104FD7. Grayscale: #B3B3B3. Windows color (decimal): -1069016 or 2666735. OLE color: 2666735.

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

Color convert

RGB 239 176 40 -
CMYK 0 0.26 0.83 0.06
HSL 41.01º 0.86% 0.55% -
HSV(B) 41.01º 0.83% 0.94% -
XYZ 51.5 49.55 8.86 -
YUV 179.33 49.37 170.56 -
System Red Green Blue C M Y K H S L
Decimal 239 176 40 0 0.26 0.83 0.06 41.01 0.86 0.55
Hex EF B0 28 0 1A 53 6 29 56 37
Octal 357 260 50 0 32 123 6 51 126 67
Binary 11101111 10110000 101000 0 11010 1010011 110 101001 1010110 110111

Color Harmonies of #EFB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB028

Black with #EFB028

Text Example


Text Example

White with #EFB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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