Html Css Color HEX #E4AD28 Gold Tips

📋 copy color: '#E4AD28'

red 228 ◦ green 173 ◦ blue 40

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

Shades of Gold Tips #E4AD28

Tints of Gold Tips #E4AD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 51.7%
G = 39.23%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4AD28 (or 0xE4AD28) is known color: Gold Tips. HEX triplet: E4, AD and 28. RGB value is (228,173,40). Sum of RGB (Red+Green+Blue) = 228+173+40=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AD28 is #1B52D7. Grayscale: #AEAEAE. Windows color (decimal): -1790680 or 2665956. OLE color: 2665956.

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

Color convert

RGB 228 173 40 -
CMYK 0 0.24 0.82 0.11
HSL 42.45º 0.78% 0.53% -
HSV(B) 42.45º 0.82% 0.89% -
XYZ 47.32 46.53 8.5 -
YUV 174.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 228 173 40 0 0.24 0.82 0.11 42.45 0.78 0.53
Hex E4 AD 28 0 18 52 B 2A 4E 35
Octal 344 255 50 0 30 122 13 52 116 65
Binary 11100100 10101101 101000 0 11000 1010010 1011 101010 1001110 110101

Color Harmonies of #E4AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AD28

Black with #E4AD28

Text Example


Text Example

White with #E4AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AD28; }

 p { color: rgb(228,173,40); }

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

background-color css

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

 a { background-color: rgb(228,173,40); }

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

border-color css

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

 span { border-color: rgb(228,173,40); }

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