Html Css Color HEX #E4AF2E Gold Tips

📋 copy color: '#E4AF2E'

red 228 ◦ green 175 ◦ blue 46

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

Shades of Gold Tips #E4AF2E

Tints of Gold Tips #E4AF2E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 50.78%
G = 38.98%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4AF2E (or 0xE4AF2E) is known color: Gold Tips. HEX triplet: E4, AF and 2E. RGB value is (228,175,46). Sum of RGB (Red+Green+Blue) = 228+175+46=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AF2E is #1B50D1. Grayscale: #B0B0B0. Windows color (decimal): -1790162 or 3059684. OLE color: 3059684.

HSL color Cylindrical-coordinate representation of color #E4AF2E: hue angle of 42.53º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4AF2E is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 175 46 -
CMYK 0 0.23 0.80 0.11
HSL 42.53º 0.77% 0.54% -
HSV(B) 42.53º 0.8% 0.89% -
XYZ 47.82 47.35 9.2 -
YUV 176.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 228 175 46 0 0.23 0.80 0.11 42.53 0.77 0.54
Hex E4 AF 2E 0 17 50 B 2B 4D 36
Octal 344 257 56 0 27 120 13 53 115 66
Binary 11100100 10101111 101110 0 10111 1010000 1011 101011 1001101 110110

Color Harmonies of #E4AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AF2E

Black with #E4AF2E

Text Example


Text Example

White with #E4AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AF2E; }

 p { color: rgb(228,175,46); }

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

background-color css

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

 a { background-color: rgb(228,175,46); }

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

border-color css

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

 span { border-color: rgb(228,175,46); }

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