Html Css Color HEX #E4AD60 Equator

📋 copy color: '#E4AD60'

red 228 ◦ green 173 ◦ blue 96

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

Shades of Equator #E4AD60

Tints of Equator #E4AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 45.88%
G = 34.81%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E4AD60 (or 0xE4AD60) is known color: Equator. HEX triplet: E4, AD and 60. RGB value is (228,173,96). Sum of RGB (Red+Green+Blue) = 228+173+96=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD60 is #1B529F. Grayscale: #B5B5B5. Windows color (decimal): -1790624 or 6335972. OLE color: 6335972.

HSL color Cylindrical-coordinate representation of color #E4AD60: hue angle of 35º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4AD60 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 173 96 -
CMYK 0 0.24 0.58 0.11
HSL 35º 0.71% 0.64% -
HSV(B) 35º 0.58% 0.89% -
XYZ 49.05 47.23 17.6 -
YUV 180.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 228 173 96 0 0.24 0.58 0.11 35 0.71 0.64
Hex E4 AD 60 0 18 3A B 23 47 40
Octal 344 255 140 0 30 72 13 43 107 100
Binary 11100100 10101101 1100000 0 11000 111010 1011 100011 1000111 1000000

Color Harmonies of #E4AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AD60

Black with #E4AD60

Text Example


Text Example

White with #E4AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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