Html Css Color HEX #E2B72B Gold Tips

📋 copy color: '#E2B72B'

red 226 ◦ green 183 ◦ blue 43

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

Shades of Gold Tips #E2B72B

Tints of Gold Tips #E2B72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

 BLUE value IS 43 (17.19% from 255) = 9.51%

R = 50%
G = 40.49%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2B72B (or 0xE2B72B) is known color: Gold Tips. HEX triplet: E2, B7 and 2B. RGB value is (226,183,43). Sum of RGB (Red+Green+Blue) = 226+183+43=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B72B is #1D48D4. Grayscale: #B4B4B4. Windows color (decimal): -1919189 or 2865122. OLE color: 2865122.

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

Color convert

RGB 226 183 43 -
CMYK 0 0.19 0.81 0.11
HSL 45.9º 0.76% 0.53% -
HSV(B) 45.9º 0.81% 0.89% -
XYZ 48.73 50.21 9.41 -
YUV 179.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 226 183 43 0 0.19 0.81 0.11 45.9 0.76 0.53
Hex E2 B7 2B 0 13 51 B 2E 4C 35
Octal 342 267 53 0 23 121 13 56 114 65
Binary 11100010 10110111 101011 0 10011 1010001 1011 101110 1001100 110101

Color Harmonies of #E2B72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B72B

Black with #E2B72B

Text Example


Text Example

White with #E2B72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B72B; }

 p { color: rgb(226,183,43); }

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

background-color css

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

 a { background-color: rgb(226,183,43); }

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

border-color css

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

 span { border-color: rgb(226,183,43); }

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