Html Css Color HEX #E2B961 Equator

📋 copy color: '#E2B961'

red 226 ◦ green 185 ◦ blue 97

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

Shades of Equator #E2B961

Tints of Equator #E2B961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.09%

R = 44.49%
G = 36.42%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2B961 (or 0xE2B961) is known color: Equator. HEX triplet: E2, B9 and 61. RGB value is (226,185,97). Sum of RGB (Red+Green+Blue) = 226+185+97=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B961 is #1D469E. Grayscale: #BBBBBB. Windows color (decimal): -1918623 or 6404578. OLE color: 6404578.

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

Color convert

RGB 226 185 97 -
CMYK 0 0.18 0.57 0.11
HSL 40.93º 0.69% 0.63% -
HSV(B) 40.93º 0.57% 0.89% -
XYZ 50.87 51.73 18.61 -
YUV 187.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 226 185 97 0 0.18 0.57 0.11 40.93 0.69 0.63
Hex E2 B9 61 0 12 39 B 29 45 3F
Octal 342 271 141 0 22 71 13 51 105 77
Binary 11100010 10111001 1100001 0 10010 111001 1011 101001 1000101 111111

Color Harmonies of #E2B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B961

Black with #E2B961

Text Example


Text Example

White with #E2B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B961; }

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

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

background-color css

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

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

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

border-color css

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

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

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