Html Css Color HEX #E9B122 Gold Tips

📋 copy color: '#E9B122'

red 233 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #E9B122

Tints of Gold Tips #E9B122

RGB

 RED value IS 233 (91.41% from 255) = 52.48%

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

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

R = 52.48%
G = 39.86%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E9B122 (or 0xE9B122) is known color: Gold Tips. HEX triplet: E9, B1 and 22. RGB value is (233,177,34). Sum of RGB (Red+Green+Blue) = 233+177+34=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9B122 is #164EDD. Grayscale: #B2B2B2. Windows color (decimal): -1461982 or 2273769. OLE color: 2273769.

HSL color Cylindrical-coordinate representation of color #E9B122: hue angle of 43.12º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9B122 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 177 34 -
CMYK 0 0.24 0.85 0.09
HSL 43.12º 0.82% 0.52% -
HSV(B) 43.12º 0.85% 0.91% -
XYZ 49.62 48.88 8.33 -
YUV 177.44 47.05 167.63 -
System Red Green Blue C M Y K H S L
Decimal 233 177 34 0 0.24 0.85 0.09 43.12 0.82 0.52
Hex E9 B1 22 0 18 55 9 2B 52 34
Octal 351 261 42 0 30 125 11 53 122 64
Binary 11101001 10110001 100010 0 11000 1010101 1001 101011 1010010 110100

Color Harmonies of #E9B122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B122

Black with #E9B122

Text Example


Text Example

White with #E9B122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B122; }

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

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

background-color css

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

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

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

border-color css

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

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

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