Html Css Color HEX #E4AB2A Gold Tips

📋 copy color: '#E4AB2A'

red 228 ◦ green 171 ◦ blue 42

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

Shades of Gold Tips #E4AB2A

Tints of Gold Tips #E4AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 51.7%
G = 38.78%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4AB2A (or 0xE4AB2A) is known color: Gold Tips. HEX triplet: E4, AB and 2A. RGB value is (228,171,42). Sum of RGB (Red+Green+Blue) = 228+171+42=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AB2A is #1B54D5. Grayscale: #ADADAD. Windows color (decimal): -1791190 or 2796516. OLE color: 2796516.

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

Color convert

RGB 228 171 42 -
CMYK 0 0.25 0.82 0.11
HSL 41.61º 0.78% 0.53% -
HSV(B) 41.61º 0.82% 0.89% -
XYZ 46.98 45.79 8.55 -
YUV 173.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 228 171 42 0 0.25 0.82 0.11 41.61 0.78 0.53
Hex E4 AB 2A 0 19 52 B 2A 4E 35
Octal 344 253 52 0 31 122 13 52 116 65
Binary 11100100 10101011 101010 0 11001 1010010 1011 101010 1001110 110101

Color Harmonies of #E4AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AB2A

Black with #E4AB2A

Text Example


Text Example

White with #E4AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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