Html Css Color HEX #EEB322 Gold Tips

📋 copy color: '#EEB322'

red 238 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #EEB322

Tints of Gold Tips #EEB322

RGB

 RED value IS 238 (93.36% from 255) = 52.77%

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

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

R = 52.77%
G = 39.69%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEB322 (or 0xEEB322) is known color: Gold Tips. HEX triplet: EE, B3 and 22. RGB value is (238,179,34). Sum of RGB (Red+Green+Blue) = 238+179+34=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB322 is #114CDD. Grayscale: #B4B4B4. Windows color (decimal): -1133790 or 2274286. OLE color: 2274286.

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

Color convert

RGB 238 179 34 -
CMYK 0 0.25 0.86 0.07
HSL 42.65º 0.86% 0.53% -
HSV(B) 42.65º 0.86% 0.93% -
XYZ 51.67 50.53 8.54 -
YUV 180.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 238 179 34 0 0.25 0.86 0.07 42.65 0.86 0.53
Hex EE B3 22 0 19 56 7 2B 56 35
Octal 356 263 42 0 31 126 7 53 126 65
Binary 11101110 10110011 100010 0 11001 1010110 111 101011 1010110 110101

Color Harmonies of #EEB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB322

Black with #EEB322

Text Example


Text Example

White with #EEB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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