Html Css Color HEX #E3B15F Equator

📋 copy color: '#E3B15F'

red 227 ◦ green 177 ◦ blue 95

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

Shades of Equator #E3B15F

Tints of Equator #E3B15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

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

R = 45.49%
G = 35.47%
B = 19.04%

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

#E3B15F (or 0xE3B15F) is known color: Equator. HEX triplet: E3, B1 and 5F. RGB value is (227,177,95). Sum of RGB (Red+Green+Blue) = 227+177+95=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3B15F is #1C4EA0. Grayscale: #B6B6B6. Windows color (decimal): -1855137 or 6271459. OLE color: 6271459.

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

Color convert

RGB 227 177 95 -
CMYK 0 0.22 0.58 0.11
HSL 37.27º 0.7% 0.63% -
HSV(B) 37.27º 0.58% 0.89% -
XYZ 49.47 48.6 17.6 -
YUV 182.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 227 177 95 0 0.22 0.58 0.11 37.27 0.7 0.63
Hex E3 B1 5F 0 16 3A B 25 46 3F
Octal 343 261 137 0 26 72 13 45 106 77
Binary 11100011 10110001 1011111 0 10110 111010 1011 100101 1000110 111111

Color Harmonies of #E3B15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B15F

Black with #E3B15F

Text Example


Text Example

White with #E3B15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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