Html Css Color HEX #E2B52E Gold Tips

📋 copy color: '#E2B52E'

red 226 ◦ green 181 ◦ blue 46

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

Shades of Gold Tips #E2B52E

Tints of Gold Tips #E2B52E

RGB

 RED value IS 226 (88.67% from 255) = 49.89%

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 46 (18.36% from 255) = 10.15%

R = 49.89%
G = 39.96%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2B52E (or 0xE2B52E) is known color: Gold Tips. HEX triplet: E2, B5 and 2E. RGB value is (226,181,46). Sum of RGB (Red+Green+Blue) = 226+181+46=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B52E is #1D4AD1. Grayscale: #B3B3B3. Windows color (decimal): -1919698 or 3061218. OLE color: 3061218.

HSL color Cylindrical-coordinate representation of color #E2B52E: hue angle of 45º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2B52E is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 181 46 -
CMYK 0 0.20 0.80 0.11
HSL 45º 0.76% 0.53% -
HSV(B) 45º 0.8% 0.89% -
XYZ 48.38 49.41 9.57 -
YUV 179.07 52.91 161.48 -
System Red Green Blue C M Y K H S L
Decimal 226 181 46 0 0.20 0.80 0.11 45 0.76 0.53
Hex E2 B5 2E 0 14 50 B 2D 4C 35
Octal 342 265 56 0 24 120 13 55 114 65
Binary 11100010 10110101 101110 0 10100 1010000 1011 101101 1001100 110101

Color Harmonies of #E2B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B52E

Black with #E2B52E

Text Example


Text Example

White with #E2B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B52E; }

 p { color: rgb(226,181,46); }

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

background-color css

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

 a { background-color: rgb(226,181,46); }

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

border-color css

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

 span { border-color: rgb(226,181,46); }

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