Html Css Color HEX #E2B363 Equator

📋 copy color: '#E2B363'

red 226 ◦ green 179 ◦ blue 99

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

Shades of Equator #E2B363

Tints of Equator #E2B363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

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

R = 44.84%
G = 35.52%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E2B363 (or 0xE2B363) is known color: Equator. HEX triplet: E2, B3 and 63. RGB value is (226,179,99). Sum of RGB (Red+Green+Blue) = 226+179+99=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B363 is #1D4C9C. Grayscale: #B8B8B8. Windows color (decimal): -1920157 or 6534114. OLE color: 6534114.

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

Color convert

RGB 226 179 99 -
CMYK 0 0.21 0.56 0.11
HSL 37.8º 0.69% 0.64% -
HSV(B) 37.8º 0.56% 0.89% -
XYZ 49.74 49.31 18.7 -
YUV 183.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 226 179 99 0 0.21 0.56 0.11 37.8 0.69 0.64
Hex E2 B3 63 0 15 38 B 26 45 40
Octal 342 263 143 0 25 70 13 46 105 100
Binary 11100010 10110011 1100011 0 10101 111000 1011 100110 1000101 1000000

Color Harmonies of #E2B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B363

Black with #E2B363

Text Example


Text Example

White with #E2B363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B363; }

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

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

background-color css

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

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

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

border-color css

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

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

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