Html Css Color HEX #E5B530 Gold Tips

📋 copy color: '#E5B530'

red 229 ◦ green 181 ◦ blue 48

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

Shades of Gold Tips #E5B530

Tints of Gold Tips #E5B530

RGB

 RED value IS 229 (89.84% from 255) = 50%

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

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

R = 50%
G = 39.52%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5B530 (or 0xE5B530) is known color: Gold Tips. HEX triplet: E5, B5 and 30. RGB value is (229,181,48). Sum of RGB (Red+Green+Blue) = 229+181+48=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B530 is #1A4ACF. Grayscale: #B4B4B4. Windows color (decimal): -1723088 or 3192293. OLE color: 3192293.

HSL color Cylindrical-coordinate representation of color #E5B530: hue angle of 44.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5B530 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 181 48 -
CMYK 0 0.21 0.79 0.10
HSL 44.09º 0.78% 0.54% -
HSV(B) 44.09º 0.79% 0.9% -
XYZ 49.37 49.92 9.83 -
YUV 180.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 229 181 48 0 0.21 0.79 0.10 44.09 0.78 0.54
Hex E5 B5 30 0 15 4F A 2C 4E 36
Octal 345 265 60 0 25 117 12 54 116 66
Binary 11100101 10110101 110000 0 10101 1001111 1010 101100 1001110 110110

Color Harmonies of #E5B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B530

Black with #E5B530

Text Example


Text Example

White with #E5B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B530; }

 p { color: rgb(229,181,48); }

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

background-color css

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

 a { background-color: rgb(229,181,48); }

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

border-color css

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

 span { border-color: rgb(229,181,48); }

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