Html Css Color HEX #E2B05F Equator

📋 copy color: '#E2B05F'

red 226 ◦ green 176 ◦ blue 95

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

Shades of Equator #E2B05F

Tints of Equator #E2B05F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 45.47%
G = 35.41%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2B05F (or 0xE2B05F) is known color: Equator. HEX triplet: E2, B0 and 5F. RGB value is (226,176,95). Sum of RGB (Red+Green+Blue) = 226+176+95=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B05F is #1D4FA0. Grayscale: #B6B6B6. Windows color (decimal): -1920929 or 6271202. OLE color: 6271202.

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

Color convert

RGB 226 176 95 -
CMYK 0 0.22 0.58 0.11
HSL 37.1º 0.69% 0.63% -
HSV(B) 37.1º 0.58% 0.89% -
XYZ 48.95 48.05 17.52 -
YUV 181.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 226 176 95 0 0.22 0.58 0.11 37.1 0.69 0.63
Hex E2 B0 5F 0 16 3A B 25 45 3F
Octal 342 260 137 0 26 72 13 45 105 77
Binary 11100010 10110000 1011111 0 10110 111010 1011 100101 1000101 111111

Color Harmonies of #E2B05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B05F

Black with #E2B05F

Text Example


Text Example

White with #E2B05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B05F; }

 p { color: rgb(226,176,95); }

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

background-color css

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

 a { background-color: rgb(226,176,95); }

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

border-color css

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

 span { border-color: rgb(226,176,95); }

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