Html Css Color HEX #E3AF5F Equator

📋 copy color: '#E3AF5F'

red 227 ◦ green 175 ◦ blue 95

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

Shades of Equator #E3AF5F

Tints of Equator #E3AF5F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

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

R = 45.67%
G = 35.21%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3AF5F (or 0xE3AF5F) is known color: Equator. HEX triplet: E3, AF and 5F. RGB value is (227,175,95). Sum of RGB (Red+Green+Blue) = 227+175+95=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AF5F is #1C50A0. Grayscale: #B5B5B5. Windows color (decimal): -1855649 or 6270947. OLE color: 6270947.

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

Color convert

RGB 227 175 95 -
CMYK 0 0.23 0.58 0.11
HSL 36.36º 0.7% 0.63% -
HSV(B) 36.36º 0.58% 0.89% -
XYZ 49.07 47.82 17.47 -
YUV 181.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 227 175 95 0 0.23 0.58 0.11 36.36 0.7 0.63
Hex E3 AF 5F 0 17 3A B 24 46 3F
Octal 343 257 137 0 27 72 13 44 106 77
Binary 11100011 10101111 1011111 0 10111 111010 1011 100100 1000110 111111

Color Harmonies of #E3AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF5F

Black with #E3AF5F

Text Example


Text Example

White with #E3AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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