Html Css Color HEX #E0B731 Gold Tips

📋 copy color: '#E0B731'

red 224 ◦ green 183 ◦ blue 49

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

Shades of Gold Tips #E0B731

Tints of Gold Tips #E0B731

RGB

 RED value IS 224 (87.89% from 255) = 49.12%

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

 BLUE value IS 49 (19.53% from 255) = 10.75%

R = 49.12%
G = 40.13%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0B731 (or 0xE0B731) is known color: Gold Tips. HEX triplet: E0, B7 and 31. RGB value is (224,183,49). Sum of RGB (Red+Green+Blue) = 224+183+49=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B731 is #1F48CE. Grayscale: #B4B4B4. Windows color (decimal): -2050255 or 3258336. OLE color: 3258336.

HSL color Cylindrical-coordinate representation of color #E0B731: hue angle of 45.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0B731 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 183 49 -
CMYK 0 0.18 0.78 0.12
HSL 45.94º 0.74% 0.54% -
HSV(B) 45.94º 0.78% 0.88% -
XYZ 48.23 49.94 10 -
YUV 179.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 224 183 49 0 0.18 0.78 0.12 45.94 0.74 0.54
Hex E0 B7 31 0 12 4E C 2E 4A 36
Octal 340 267 61 0 22 116 14 56 112 66
Binary 11100000 10110111 110001 0 10010 1001110 1100 101110 1001010 110110

Color Harmonies of #E0B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B731

Black with #E0B731

Text Example


Text Example

White with #E0B731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B731; }

 p { color: rgb(224,183,49); }

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

background-color css

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

 a { background-color: rgb(224,183,49); }

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

border-color css

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

 span { border-color: rgb(224,183,49); }

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