Html Css Color HEX #E2B960 Equator

📋 copy color: '#E2B960'

red 226 ◦ green 185 ◦ blue 96

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

Shades of Equator #E2B960

Tints of Equator #E2B960

RGB

 RED value IS 226 (88.67% from 255) = 44.58%

 GREEN value IS 185 (72.66% from 255) = 36.49%

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

R = 44.58%
G = 36.49%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2B960 (or 0xE2B960) is known color: Equator. HEX triplet: E2, B9 and 60. RGB value is (226,185,96). Sum of RGB (Red+Green+Blue) = 226+185+96=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B960 is #1D469F. Grayscale: #BBBBBB. Windows color (decimal): -1918624 or 6339042. OLE color: 6339042.

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

Color convert

RGB 226 185 96 -
CMYK 0 0.18 0.58 0.11
HSL 41.08º 0.69% 0.63% -
HSV(B) 41.08º 0.58% 0.89% -
XYZ 50.82 51.71 18.37 -
YUV 187.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 226 185 96 0 0.18 0.58 0.11 41.08 0.69 0.63
Hex E2 B9 60 0 12 3A B 29 45 3F
Octal 342 271 140 0 22 72 13 51 105 77
Binary 11100010 10111001 1100000 0 10010 111010 1011 101001 1000101 111111

Color Harmonies of #E2B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B960

Black with #E2B960

Text Example


Text Example

White with #E2B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B960; }

 p { color: rgb(226,185,96); }

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

background-color css

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

 a { background-color: rgb(226,185,96); }

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

border-color css

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

 span { border-color: rgb(226,185,96); }

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