Html Css Color HEX #EFB322 Gold Tips

📋 copy color: '#EFB322'

red 239 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #EFB322

Tints of Gold Tips #EFB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.52%

R = 52.88%
G = 39.6%
B = 7.52%

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

#EFB322 (or 0xEFB322) is known color: Gold Tips. HEX triplet: EF, B3 and 22. RGB value is (239,179,34). Sum of RGB (Red+Green+Blue) = 239+179+34=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB322 is #104CDD. Grayscale: #B5B5B5. Windows color (decimal): -1068254 or 2274287. OLE color: 2274287.

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

Color convert

RGB 239 179 34 -
CMYK 0 0.25 0.86 0.06
HSL 42.44º 0.86% 0.54% -
HSV(B) 42.44º 0.86% 0.94% -
XYZ 52.01 50.71 8.56 -
YUV 180.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 239 179 34 0 0.25 0.86 0.06 42.44 0.86 0.54
Hex EF B3 22 0 19 56 6 2A 56 36
Octal 357 263 42 0 31 126 6 52 126 66
Binary 11101111 10110011 100010 0 11001 1010110 110 101010 1010110 110110

Color Harmonies of #EFB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB322

Black with #EFB322

Text Example


Text Example

White with #EFB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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