Html Css Color HEX #EFB21A Gold Tips

📋 copy color: '#EFB21A'

red 239 ◦ green 178 ◦ blue 26

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

Shades of Gold Tips #EFB21A

Tints of Gold Tips #EFB21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 53.95%
G = 40.18%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFB21A (or 0xEFB21A) is known color: Gold Tips. HEX triplet: EF, B2 and 1A. RGB value is (239,178,26). Sum of RGB (Red+Green+Blue) = 239+178+26=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB21A is #104DE5. Grayscale: #B3B3B3. Windows color (decimal): -1068518 or 1749743. OLE color: 1749743.

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

Color convert

RGB 239 178 26 -
CMYK 0 0.26 0.89 0.06
HSL 42.82º 0.87% 0.52% -
HSV(B) 42.82º 0.89% 0.94% -
XYZ 51.7 50.27 7.95 -
YUV 178.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 239 178 26 0 0.26 0.89 0.06 42.82 0.87 0.52
Hex EF B2 1A 0 1A 59 6 2B 57 34
Octal 357 262 32 0 32 131 6 53 127 64
Binary 11101111 10110010 11010 0 11010 1011001 110 101011 1010111 110100

Color Harmonies of #EFB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB21A

Black with #EFB21A

Text Example


Text Example

White with #EFB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB21A; }

 p { color: rgb(239,178,26); }

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

background-color css

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

 a { background-color: rgb(239,178,26); }

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

border-color css

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

 span { border-color: rgb(239,178,26); }

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