Html Css Color HEX #EFB021 Gold Tips

📋 copy color: '#EFB021'

red 239 ◦ green 176 ◦ blue 33

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

Shades of Gold Tips #EFB021

Tints of Gold Tips #EFB021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.37%

R = 53.35%
G = 39.29%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFB021 (or 0xEFB021) is known color: Gold Tips. HEX triplet: EF, B0 and 21. RGB value is (239,176,33). Sum of RGB (Red+Green+Blue) = 239+176+33=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB021 is #104FDE. Grayscale: #B3B3B3. Windows color (decimal): -1069023 or 2207983. OLE color: 2207983.

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

Color convert

RGB 239 176 33 -
CMYK 0 0.26 0.86 0.06
HSL 41.65º 0.87% 0.53% -
HSV(B) 41.65º 0.86% 0.94% -
XYZ 51.4 49.51 8.29 -
YUV 178.54 45.87 171.13 -
System Red Green Blue C M Y K H S L
Decimal 239 176 33 0 0.26 0.86 0.06 41.65 0.87 0.53
Hex EF B0 21 0 1A 56 6 2A 57 35
Octal 357 260 41 0 32 126 6 52 127 65
Binary 11101111 10110000 100001 0 11010 1010110 110 101010 1010111 110101

Color Harmonies of #EFB021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB021

Black with #EFB021

Text Example


Text Example

White with #EFB021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB021; }

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

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

background-color css

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

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

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

border-color css

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

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

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