Html Css Color HEX #EEB122 Gold Tips

📋 copy color: '#EEB122'

red 238 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #EEB122

Tints of Gold Tips #EEB122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

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

R = 53.01%
G = 39.42%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEB122 (or 0xEEB122) is known color: Gold Tips. HEX triplet: EE, B1 and 22. RGB value is (238,177,34). Sum of RGB (Red+Green+Blue) = 238+177+34=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB122 is #114EDD. Grayscale: #B3B3B3. Windows color (decimal): -1134302 or 2273774. OLE color: 2273774.

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

Color convert

RGB 238 177 34 -
CMYK 0 0.26 0.86 0.07
HSL 42.06º 0.86% 0.53% -
HSV(B) 42.06º 0.86% 0.93% -
XYZ 51.27 49.74 8.41 -
YUV 178.94 46.21 170.13 -
System Red Green Blue C M Y K H S L
Decimal 238 177 34 0 0.26 0.86 0.07 42.06 0.86 0.53
Hex EE B1 22 0 1A 56 7 2A 56 35
Octal 356 261 42 0 32 126 7 52 126 65
Binary 11101110 10110001 100010 0 11010 1010110 111 101010 1010110 110101

Color Harmonies of #EEB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB122

Black with #EEB122

Text Example


Text Example

White with #EEB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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