Html Css Color HEX #EFB321 Gold Tips

📋 copy color: '#EFB321'

red 239 ◦ green 179 ◦ blue 33

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

Shades of Gold Tips #EFB321

Tints of Gold Tips #EFB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

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

R = 52.99%
G = 39.69%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFB321 (or 0xEFB321) is known color: Gold Tips. HEX triplet: EF, B3 and 21. RGB value is (239,179,33). Sum of RGB (Red+Green+Blue) = 239+179+33=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB321 is #104CDE. Grayscale: #B4B4B4. Windows color (decimal): -1068255 or 2208751. OLE color: 2208751.

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

Color convert

RGB 239 179 33 -
CMYK 0 0.25 0.86 0.06
HSL 42.52º 0.87% 0.53% -
HSV(B) 42.52º 0.86% 0.94% -
XYZ 51.99 50.7 8.48 -
YUV 180.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 239 179 33 0 0.25 0.86 0.06 42.52 0.87 0.53
Hex EF B3 21 0 19 56 6 2B 57 35
Octal 357 263 41 0 31 126 6 53 127 65
Binary 11101111 10110011 100001 0 11001 1010110 110 101011 1010111 110101

Color Harmonies of #EFB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB321

Black with #EFB321

Text Example


Text Example

White with #EFB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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