Html Css Color HEX #E3B05F Equator

📋 copy color: '#E3B05F'

red 227 ◦ green 176 ◦ blue 95

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

Shades of Equator #E3B05F

Tints of Equator #E3B05F

RGB

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

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

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

R = 45.58%
G = 35.34%
B = 19.08%

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

#E3B05F (or 0xE3B05F) is known color: Equator. HEX triplet: E3, B0 and 5F. RGB value is (227,176,95). Sum of RGB (Red+Green+Blue) = 227+176+95=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3B05F is #1C4FA0. Grayscale: #B6B6B6. Windows color (decimal): -1855393 or 6271203. OLE color: 6271203.

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

Color convert

RGB 227 176 95 -
CMYK 0 0.22 0.58 0.11
HSL 36.82º 0.7% 0.63% -
HSV(B) 36.82º 0.58% 0.89% -
XYZ 49.27 48.21 17.53 -
YUV 182.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 227 176 95 0 0.22 0.58 0.11 36.82 0.7 0.63
Hex E3 B0 5F 0 16 3A B 25 46 3F
Octal 343 260 137 0 26 72 13 45 106 77
Binary 11100011 10110000 1011111 0 10110 111010 1011 100101 1000110 111111

Color Harmonies of #E3B05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B05F

Black with #E3B05F

Text Example


Text Example

White with #E3B05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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