Html Css Color HEX #E2B35D Equator

📋 copy color: '#E2B35D'

red 226 ◦ green 179 ◦ blue 93

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

Shades of Equator #E2B35D

Tints of Equator #E2B35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 45.38%
G = 35.94%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2B35D (or 0xE2B35D) is known color: Equator. HEX triplet: E2, B3 and 5D. RGB value is (226,179,93). Sum of RGB (Red+Green+Blue) = 226+179+93=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B35D is #1D4CA2. Grayscale: #B7B7B7. Windows color (decimal): -1920163 or 6140898. OLE color: 6140898.

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

Color convert

RGB 226 179 93 -
CMYK 0 0.21 0.59 0.11
HSL 38.8º 0.7% 0.63% -
HSV(B) 38.8º 0.59% 0.89% -
XYZ 49.46 49.2 17.25 -
YUV 183.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 226 179 93 0 0.21 0.59 0.11 38.8 0.7 0.63
Hex E2 B3 5D 0 15 3B B 27 46 3F
Octal 342 263 135 0 25 73 13 47 106 77
Binary 11100010 10110011 1011101 0 10101 111011 1011 100111 1000110 111111

Color Harmonies of #E2B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B35D

Black with #E2B35D

Text Example


Text Example

White with #E2B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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