Html Css Color HEX #E2B72F Gold Tips

📋 copy color: '#E2B72F'

red 226 ◦ green 183 ◦ blue 47

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

Shades of Gold Tips #E2B72F

Tints of Gold Tips #E2B72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 49.56%
G = 40.13%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2B72F (or 0xE2B72F) is known color: Gold Tips. HEX triplet: E2, B7 and 2F. RGB value is (226,183,47). Sum of RGB (Red+Green+Blue) = 226+183+47=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B72F is #1D48D0. Grayscale: #B4B4B4. Windows color (decimal): -1919185 or 3127266. OLE color: 3127266.

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

Color convert

RGB 226 183 47 -
CMYK 0 0.19 0.79 0.11
HSL 45.59º 0.76% 0.54% -
HSV(B) 45.59º 0.79% 0.89% -
XYZ 48.81 50.24 9.81 -
YUV 180.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 226 183 47 0 0.19 0.79 0.11 45.59 0.76 0.54
Hex E2 B7 2F 0 13 4F B 2E 4C 36
Octal 342 267 57 0 23 117 13 56 114 66
Binary 11100010 10110111 101111 0 10011 1001111 1011 101110 1001100 110110

Color Harmonies of #E2B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B72F

Black with #E2B72F

Text Example


Text Example

White with #E2B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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