Html Css Color HEX #E4A82A Gold Tips

📋 copy color: '#E4A82A'

red 228 ◦ green 168 ◦ blue 42

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

Shades of Gold Tips #E4A82A

Tints of Gold Tips #E4A82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 52.05%
G = 38.36%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4A82A (or 0xE4A82A) is known color: Gold Tips. HEX triplet: E4, A8 and 2A. RGB value is (228,168,42). Sum of RGB (Red+Green+Blue) = 228+168+42=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A82A is #1B57D5. Grayscale: #ACACAC. Windows color (decimal): -1791958 or 2795748. OLE color: 2795748.

HSL color Cylindrical-coordinate representation of color #E4A82A: hue angle of 40.65º 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 #E4A82A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 168 42 -
CMYK 0 0.26 0.82 0.11
HSL 40.65º 0.78% 0.53% -
HSV(B) 40.65º 0.82% 0.89% -
XYZ 46.42 44.67 8.37 -
YUV 171.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 228 168 42 0 0.26 0.82 0.11 40.65 0.78 0.53
Hex E4 A8 2A 0 1A 52 B 29 4E 35
Octal 344 250 52 0 32 122 13 51 116 65
Binary 11100100 10101000 101010 0 11010 1010010 1011 101001 1001110 110101

Color Harmonies of #E4A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A82A

Black with #E4A82A

Text Example


Text Example

White with #E4A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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