Html Css Color HEX #E2B863 Equator

📋 copy color: '#E2B863'

red 226 ◦ green 184 ◦ blue 99

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

Shades of Equator #E2B863

Tints of Equator #E2B863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.15%

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

R = 44.4%
G = 36.15%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E2B863 (or 0xE2B863) is known color: Equator. HEX triplet: E2, B8 and 63. RGB value is (226,184,99). Sum of RGB (Red+Green+Blue) = 226+184+99=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B863 is #1D479C. Grayscale: #BBBBBB. Windows color (decimal): -1918877 or 6535394. OLE color: 6535394.

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

Color convert

RGB 226 184 99 -
CMYK 0 0.19 0.56 0.11
HSL 40.16º 0.69% 0.64% -
HSV(B) 40.16º 0.56% 0.89% -
XYZ 50.76 51.35 19.04 -
YUV 186.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 226 184 99 0 0.19 0.56 0.11 40.16 0.69 0.64
Hex E2 B8 63 0 13 38 B 28 45 40
Octal 342 270 143 0 23 70 13 50 105 100
Binary 11100010 10111000 1100011 0 10011 111000 1011 101000 1000101 1000000

Color Harmonies of #E2B863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B863

Black with #E2B863

Text Example


Text Example

White with #E2B863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B863; }

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

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

background-color css

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

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

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

border-color css

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

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

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