Html Css Color HEX #E4B52A Gold Tips

📋 copy color: '#E4B52A'

red 228 ◦ green 181 ◦ blue 42

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

Shades of Gold Tips #E4B52A

Tints of Gold Tips #E4B52A

RGB

 RED value IS 228 (89.45% from 255) = 50.55%

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

 BLUE value IS 42 (16.8% from 255) = 9.31%

R = 50.55%
G = 40.13%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4B52A (or 0xE4B52A) is known color: Gold Tips. HEX triplet: E4, B5 and 2A. RGB value is (228,181,42). Sum of RGB (Red+Green+Blue) = 228+181+42=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B52A is #1B4AD5. Grayscale: #B3B3B3. Windows color (decimal): -1788630 or 2799076. OLE color: 2799076.

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

Color convert

RGB 228 181 42 -
CMYK 0 0.21 0.82 0.11
HSL 44.84º 0.78% 0.53% -
HSV(B) 44.84º 0.82% 0.89% -
XYZ 48.94 49.71 9.21 -
YUV 179.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 228 181 42 0 0.21 0.82 0.11 44.84 0.78 0.53
Hex E4 B5 2A 0 15 52 B 2D 4E 35
Octal 344 265 52 0 25 122 13 55 116 65
Binary 11100100 10110101 101010 0 10101 1010010 1011 101101 1001110 110101

Color Harmonies of #E4B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B52A

Black with #E4B52A

Text Example


Text Example

White with #E4B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B52A; }

 p { color: rgb(228,181,42); }

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

background-color css

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

 a { background-color: rgb(228,181,42); }

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

border-color css

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

 span { border-color: rgb(228,181,42); }

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