Html Css Color HEX #E2A963 Equator

📋 copy color: '#E2A963'

red 226 ◦ green 169 ◦ blue 99

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

Shades of Equator #E2A963

Tints of Equator #E2A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.21%

 BLUE value IS 99 (39.06% from 255) = 20.04%

R = 45.75%
G = 34.21%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E2A963 (or 0xE2A963) is known color: Equator. HEX triplet: E2, A9 and 63. RGB value is (226,169,99). Sum of RGB (Red+Green+Blue) = 226+169+99=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A963 is #1D569C. Grayscale: #B2B2B2. Windows color (decimal): -1922717 or 6531554. OLE color: 6531554.

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

Color convert

RGB 226 169 99 -
CMYK 0 0.25 0.56 0.11
HSL 33.07º 0.69% 0.64% -
HSV(B) 33.07º 0.56% 0.89% -
XYZ 47.8 45.45 18.06 -
YUV 178.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 226 169 99 0 0.25 0.56 0.11 33.07 0.69 0.64
Hex E2 A9 63 0 19 38 B 21 45 40
Octal 342 251 143 0 31 70 13 41 105 100
Binary 11100010 10101001 1100011 0 11001 111000 1011 100001 1000101 1000000

Color Harmonies of #E2A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A963

Black with #E2A963

Text Example


Text Example

White with #E2A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A963; }

 p { color: rgb(226,169,99); }

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

background-color css

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

 a { background-color: rgb(226,169,99); }

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

border-color css

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

 span { border-color: rgb(226,169,99); }

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