Html Css Color HEX #E5B460 Equator

📋 copy color: '#E5B460'

red 229 ◦ green 180 ◦ blue 96

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

Shades of Equator #E5B460

Tints of Equator #E5B460

RGB

 RED value IS 229 (89.84% from 255) = 45.35%

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 45.35%
G = 35.64%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5B460 (or 0xE5B460) is known color: Equator. HEX triplet: E5, B4 and 60. RGB value is (229,180,96). Sum of RGB (Red+Green+Blue) = 229+180+96=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B460 is #1A4B9F. Grayscale: #B9B9B9. Windows color (decimal): -1723296 or 6337765. OLE color: 6337765.

HSL color Cylindrical-coordinate representation of color #E5B460: hue angle of 37.89º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5B460 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 180 96 -
CMYK 0 0.21 0.58 0.10
HSL 37.89º 0.72% 0.64% -
HSV(B) 37.89º 0.58% 0.9% -
XYZ 50.75 50.15 18.07 -
YUV 185.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 229 180 96 0 0.21 0.58 0.10 37.89 0.72 0.64
Hex E5 B4 60 0 15 3A A 26 48 40
Octal 345 264 140 0 25 72 12 46 110 100
Binary 11100101 10110100 1100000 0 10101 111010 1010 100110 1001000 1000000

Color Harmonies of #E5B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B460

Black with #E5B460

Text Example


Text Example

White with #E5B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B460; }

 p { color: rgb(229,180,96); }

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

background-color css

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

 a { background-color: rgb(229,180,96); }

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

border-color css

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

 span { border-color: rgb(229,180,96); }

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