Html Css Color HEX #E5B222 Gold Tips

📋 copy color: '#E5B222'

red 229 ◦ green 178 ◦ blue 34

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

Shades of Gold Tips #E5B222

Tints of Gold Tips #E5B222

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 51.93%
G = 40.36%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E5B222 (or 0xE5B222) is known color: Gold Tips. HEX triplet: E5, B2 and 22. RGB value is (229,178,34). Sum of RGB (Red+Green+Blue) = 229+178+34=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B222 is #1A4DDD. Grayscale: #B1B1B1. Windows color (decimal): -1723870 or 2274021. OLE color: 2274021.

HSL color Cylindrical-coordinate representation of color #E5B222: hue angle of 44.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5B222 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 178 34 -
CMYK 0 0.22 0.85 0.10
HSL 44.31º 0.79% 0.52% -
HSV(B) 44.31º 0.85% 0.9% -
XYZ 48.52 48.61 8.34 -
YUV 176.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 229 178 34 0 0.22 0.85 0.10 44.31 0.79 0.52
Hex E5 B2 22 0 16 55 A 2C 4F 34
Octal 345 262 42 0 26 125 12 54 117 64
Binary 11100101 10110010 100010 0 10110 1010101 1010 101100 1001111 110100

Color Harmonies of #E5B222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B222

Black with #E5B222

Text Example


Text Example

White with #E5B222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B222; }

 p { color: rgb(229,178,34); }

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

background-color css

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

 a { background-color: rgb(229,178,34); }

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

border-color css

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

 span { border-color: rgb(229,178,34); }

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