Html Css Color HEX #E2B55D Equator

📋 copy color: '#E2B55D'

red 226 ◦ green 181 ◦ blue 93

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

Shades of Equator #E2B55D

Tints of Equator #E2B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 45.2%
G = 36.2%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2B55D (or 0xE2B55D) is known color: Equator. HEX triplet: E2, B5 and 5D. RGB value is (226,181,93). Sum of RGB (Red+Green+Blue) = 226+181+93=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B55D is #1D4AA2. Grayscale: #B8B8B8. Windows color (decimal): -1919651 or 6141410. OLE color: 6141410.

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

Color convert

RGB 226 181 93 -
CMYK 0 0.20 0.59 0.11
HSL 39.7º 0.7% 0.63% -
HSV(B) 39.7º 0.59% 0.89% -
XYZ 49.86 50.01 17.38 -
YUV 184.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 226 181 93 0 0.20 0.59 0.11 39.7 0.7 0.63
Hex E2 B5 5D 0 14 3B B 28 46 3F
Octal 342 265 135 0 24 73 13 50 106 77
Binary 11100010 10110101 1011101 0 10100 111011 1011 101000 1000110 111111

Color Harmonies of #E2B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B55D

Black with #E2B55D

Text Example


Text Example

White with #E2B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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