Html Css Color HEX #E0B730 Gold Tips

📋 copy color: '#E0B730'

red 224 ◦ green 183 ◦ blue 48

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

Shades of Gold Tips #E0B730

Tints of Gold Tips #E0B730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 49.23%
G = 40.22%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0B730 (or 0xE0B730) is known color: Gold Tips. HEX triplet: E0, B7 and 30. RGB value is (224,183,48). Sum of RGB (Red+Green+Blue) = 224+183+48=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B730 is #1F48CF. Grayscale: #B4B4B4. Windows color (decimal): -2050256 or 3192800. OLE color: 3192800.

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

Color convert

RGB 224 183 48 -
CMYK 0 0.18 0.79 0.12
HSL 46.02º 0.74% 0.53% -
HSV(B) 46.02º 0.79% 0.88% -
XYZ 48.21 49.93 9.89 -
YUV 179.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 224 183 48 0 0.18 0.79 0.12 46.02 0.74 0.53
Hex E0 B7 30 0 12 4F C 2E 4A 35
Octal 340 267 60 0 22 117 14 56 112 65
Binary 11100000 10110111 110000 0 10010 1001111 1100 101110 1001010 110101

Color Harmonies of #E0B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B730

Black with #E0B730

Text Example


Text Example

White with #E0B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B730; }

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

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

background-color css

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

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

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

border-color css

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

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

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