Html Css Color HEX #E8B122 Gold Tips

📋 copy color: '#E8B122'

red 232 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #E8B122

Tints of Gold Tips #E8B122

RGB

 RED value IS 232 (91.02% from 255) = 52.37%

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

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

R = 52.37%
G = 39.95%
B = 7.67%

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

#E8B122 (or 0xE8B122) is known color: Gold Tips. HEX triplet: E8, B1 and 22. RGB value is (232,177,34). Sum of RGB (Red+Green+Blue) = 232+177+34=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B122 is #174EDD. Grayscale: #B1B1B1. Windows color (decimal): -1527518 or 2273768. OLE color: 2273768.

HSL color Cylindrical-coordinate representation of color #E8B122: hue angle of 43.33º degrees, saturation: 0.81, 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 #E8B122 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 177 34 -
CMYK 0 0.24 0.85 0.09
HSL 43.33º 0.81% 0.52% -
HSV(B) 43.33º 0.85% 0.91% -
XYZ 49.29 48.72 8.32 -
YUV 177.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 232 177 34 0 0.24 0.85 0.09 43.33 0.81 0.52
Hex E8 B1 22 0 18 55 9 2B 51 34
Octal 350 261 42 0 30 125 11 53 121 64
Binary 11101000 10110001 100010 0 11000 1010101 1001 101011 1010001 110100

Color Harmonies of #E8B122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B122

Black with #E8B122

Text Example


Text Example

White with #E8B122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B122; }

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

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

background-color css

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

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

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

border-color css

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

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

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