Html Css Color HEX #EFB020 Gold Tips

📋 copy color: '#EFB020'

red 239 ◦ green 176 ◦ blue 32

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

Shades of Gold Tips #EFB020

Tints of Gold Tips #EFB020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.16%

R = 53.47%
G = 39.37%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFB020 (or 0xEFB020) is known color: Gold Tips. HEX triplet: EF, B0 and 20. RGB value is (239,176,32). Sum of RGB (Red+Green+Blue) = 239+176+32=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB020 is #104FDF. Grayscale: #B3B3B3. Windows color (decimal): -1069024 or 2142447. OLE color: 2142447.

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

Color convert

RGB 239 176 32 -
CMYK 0 0.26 0.87 0.06
HSL 41.74º 0.87% 0.53% -
HSV(B) 41.74º 0.87% 0.94% -
XYZ 51.38 49.51 8.21 -
YUV 178.42 45.37 171.21 -
System Red Green Blue C M Y K H S L
Decimal 239 176 32 0 0.26 0.87 0.06 41.74 0.87 0.53
Hex EF B0 20 0 1A 57 6 2A 57 35
Octal 357 260 40 0 32 127 6 52 127 65
Binary 11101111 10110000 100000 0 11010 1010111 110 101010 1010111 110101

Color Harmonies of #EFB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB020

Black with #EFB020

Text Example


Text Example

White with #EFB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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