Html Css Color HEX #EFB421 Gold Tips

📋 copy color: '#EFB421'

red 239 ◦ green 180 ◦ blue 33

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

Shades of Gold Tips #EFB421

Tints of Gold Tips #EFB421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 52.88%
G = 39.82%
B = 7.3%

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

#EFB421 (or 0xEFB421) is known color: Gold Tips. HEX triplet: EF, B4 and 21. RGB value is (239,180,33). Sum of RGB (Red+Green+Blue) = 239+180+33=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB421 is #104BDE. Grayscale: #B5B5B5. Windows color (decimal): -1067999 or 2209007. OLE color: 2209007.

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

Color convert

RGB 239 180 33 -
CMYK 0 0.25 0.86 0.06
HSL 42.82º 0.87% 0.53% -
HSV(B) 42.82º 0.86% 0.94% -
XYZ 52.19 51.1 8.55 -
YUV 180.88 44.55 169.45 -
System Red Green Blue C M Y K H S L
Decimal 239 180 33 0 0.25 0.86 0.06 42.82 0.87 0.53
Hex EF B4 21 0 19 56 6 2B 57 35
Octal 357 264 41 0 31 126 6 53 127 65
Binary 11101111 10110100 100001 0 11001 1010110 110 101011 1010111 110101

Color Harmonies of #EFB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB421

Black with #EFB421

Text Example


Text Example

White with #EFB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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