Html Css Color HEX #E38A5E Copper

📋 copy color: '#E38A5E'

red 227 ◦ green 138 ◦ blue 94

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

Shades of Copper #E38A5E

Tints of Copper #E38A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 49.46%
G = 30.07%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E38A5E (or 0xE38A5E) is known color: Copper. HEX triplet: E3, 8A and 5E. RGB value is (227,138,94). Sum of RGB (Red+Green+Blue) = 227+138+94=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A5E is #1C75A1. Grayscale: #9F9F9F. Windows color (decimal): -1865122 or 6195939. OLE color: 6195939.

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

Color convert

RGB 227 138 94 -
CMYK 0 0.39 0.59 0.11
HSL 19.85º 0.7% 0.63% -
HSV(B) 19.85º 0.59% 0.89% -
XYZ 42.79 35.32 15.15 -
YUV 159.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 227 138 94 0 0.39 0.59 0.11 19.85 0.7 0.63
Hex E3 8A 5E 0 27 3B B 14 46 3F
Octal 343 212 136 0 47 73 13 24 106 77
Binary 11100011 10001010 1011110 0 100111 111011 1011 10100 1000110 111111

Color Harmonies of #E38A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38A5E

Black with #E38A5E

Text Example


Text Example

White with #E38A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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