Html Css Color HEX #E4A62A Gold Tips

📋 copy color: '#E4A62A'

red 228 ◦ green 166 ◦ blue 42

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

Shades of Gold Tips #E4A62A

Tints of Gold Tips #E4A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

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

R = 52.29%
G = 38.07%
B = 9.63%

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

#E4A62A (or 0xE4A62A) is known color: Gold Tips. HEX triplet: E4, A6 and 2A. RGB value is (228,166,42). Sum of RGB (Red+Green+Blue) = 228+166+42=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A62A is #1B59D5. Grayscale: #AAAAAA. Windows color (decimal): -1792470 or 2795236. OLE color: 2795236.

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

Color convert

RGB 228 166 42 -
CMYK 0 0.27 0.82 0.11
HSL 40º 0.78% 0.53% -
HSV(B) 40º 0.82% 0.89% -
XYZ 46.05 43.93 8.24 -
YUV 170.4 55.54 169.08 -
System Red Green Blue C M Y K H S L
Decimal 228 166 42 0 0.27 0.82 0.11 40 0.78 0.53
Hex E4 A6 2A 0 1B 52 B 28 4E 35
Octal 344 246 52 0 33 122 13 50 116 65
Binary 11100100 10100110 101010 0 11011 1010010 1011 101000 1001110 110101

Color Harmonies of #E4A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A62A

Black with #E4A62A

Text Example


Text Example

White with #E4A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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