Html Css Color HEX #E5B260 Equator

📋 copy color: '#E5B260'

red 229 ◦ green 178 ◦ blue 96

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

Shades of Equator #E5B260

Tints of Equator #E5B260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

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

R = 45.53%
G = 35.39%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5B260 (or 0xE5B260) is known color: Equator. HEX triplet: E5, B2 and 60. RGB value is (229,178,96). Sum of RGB (Red+Green+Blue) = 229+178+96=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B260 is #1A4D9F. Grayscale: #B8B8B8. Windows color (decimal): -1723808 or 6337253. OLE color: 6337253.

HSL color Cylindrical-coordinate representation of color #E5B260: hue angle of 36.99º 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 #E5B260 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 178 96 -
CMYK 0 0.22 0.58 0.10
HSL 36.99º 0.72% 0.64% -
HSV(B) 36.99º 0.58% 0.9% -
XYZ 50.34 49.34 17.94 -
YUV 183.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 229 178 96 0 0.22 0.58 0.10 36.99 0.72 0.64
Hex E5 B2 60 0 16 3A A 25 48 40
Octal 345 262 140 0 26 72 12 45 110 100
Binary 11100101 10110010 1100000 0 10110 111010 1010 100101 1001000 1000000

Color Harmonies of #E5B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B260

Black with #E5B260

Text Example


Text Example

White with #E5B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B260; }

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

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

background-color css

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

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

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

border-color css

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

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

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