Html Css Color HEX #E2B65E Equator

📋 copy color: '#E2B65E'

red 226 ◦ green 182 ◦ blue 94

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

Shades of Equator #E2B65E

Tints of Equator #E2B65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

 BLUE value IS 94 (37.11% from 255) = 18.73%

R = 45.02%
G = 36.25%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2B65E (or 0xE2B65E) is known color: Equator. HEX triplet: E2, B6 and 5E. RGB value is (226,182,94). Sum of RGB (Red+Green+Blue) = 226+182+94=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B65E is #1D49A1. Grayscale: #B9B9B9. Windows color (decimal): -1919394 or 6207202. OLE color: 6207202.

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

Color convert

RGB 226 182 94 -
CMYK 0 0.19 0.58 0.11
HSL 40º 0.69% 0.63% -
HSV(B) 40º 0.58% 0.89% -
XYZ 50.11 50.43 17.68 -
YUV 185.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 226 182 94 0 0.19 0.58 0.11 40 0.69 0.63
Hex E2 B6 5E 0 13 3A B 28 45 3F
Octal 342 266 136 0 23 72 13 50 105 77
Binary 11100010 10110110 1011110 0 10011 111010 1011 101000 1000101 111111

Color Harmonies of #E2B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B65E

Black with #E2B65E

Text Example


Text Example

White with #E2B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B65E; }

 p { color: rgb(226,182,94); }

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

background-color css

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

 a { background-color: rgb(226,182,94); }

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

border-color css

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

 span { border-color: rgb(226,182,94); }

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