Html Css Color HEX #E4A72A Gold Tips

📋 copy color: '#E4A72A'

red 228 ◦ green 167 ◦ blue 42

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

Shades of Gold Tips #E4A72A

Tints of Gold Tips #E4A72A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.22%

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

R = 52.17%
G = 38.22%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4A72A (or 0xE4A72A) is known color: Gold Tips. HEX triplet: E4, A7 and 2A. RGB value is (228,167,42). Sum of RGB (Red+Green+Blue) = 228+167+42=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A72A is #1B58D5. Grayscale: #ABABAB. Windows color (decimal): -1792214 or 2795492. OLE color: 2795492.

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

Color convert

RGB 228 167 42 -
CMYK 0 0.27 0.82 0.11
HSL 40.32º 0.78% 0.53% -
HSV(B) 40.32º 0.82% 0.89% -
XYZ 46.23 44.3 8.3 -
YUV 170.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 228 167 42 0 0.27 0.82 0.11 40.32 0.78 0.53
Hex E4 A7 2A 0 1B 52 B 28 4E 35
Octal 344 247 52 0 33 122 13 50 116 65
Binary 11100100 10100111 101010 0 11011 1010010 1011 101000 1001110 110101

Color Harmonies of #E4A72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A72A

Black with #E4A72A

Text Example


Text Example

White with #E4A72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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