Html Css Color HEX #E3B05E Equator

📋 copy color: '#E3B05E'

red 227 ◦ green 176 ◦ blue 94

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

Shades of Equator #E3B05E

Tints of Equator #E3B05E

RGB

 RED value IS 227 (89.06% from 255) = 45.67%

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

 BLUE value IS 94 (37.11% from 255) = 18.91%

R = 45.67%
G = 35.41%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3B05E (or 0xE3B05E) is known color: Equator. HEX triplet: E3, B0 and 5E. RGB value is (227,176,94). Sum of RGB (Red+Green+Blue) = 227+176+94=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3B05E is #1C4FA1. Grayscale: #B6B6B6. Windows color (decimal): -1855394 or 6205667. OLE color: 6205667.

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

Color convert

RGB 227 176 94 -
CMYK 0 0.22 0.59 0.11
HSL 36.99º 0.7% 0.63% -
HSV(B) 36.99º 0.59% 0.89% -
XYZ 49.22 48.19 17.3 -
YUV 181.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 227 176 94 0 0.22 0.59 0.11 36.99 0.7 0.63
Hex E3 B0 5E 0 16 3B B 25 46 3F
Octal 343 260 136 0 26 73 13 45 106 77
Binary 11100011 10110000 1011110 0 10110 111011 1011 100101 1000110 111111

Color Harmonies of #E3B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B05E

Black with #E3B05E

Text Example


Text Example

White with #E3B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B05E; }

 p { color: rgb(227,176,94); }

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

background-color css

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

 a { background-color: rgb(227,176,94); }

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

border-color css

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

 span { border-color: rgb(227,176,94); }

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