Html Css Color HEX #E38A6E Copper

📋 copy color: '#E38A6E'

red 227 ◦ green 138 ◦ blue 110

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

Shades of Copper #E38A6E

Tints of Copper #E38A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 47.79%
G = 29.05%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E38A6E (or 0xE38A6E) is known color: Copper. HEX triplet: E3, 8A and 6E. RGB value is (227,138,110). Sum of RGB (Red+Green+Blue) = 227+138+110=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A6E is #1C7591. Grayscale: #A1A1A1. Windows color (decimal): -1865106 or 7244515. OLE color: 7244515.

HSL color Cylindrical-coordinate representation of color #E38A6E: hue angle of 14.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E38A6E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 138 110 -
CMYK 0 0.39 0.52 0.11
HSL 14.36º 0.68% 0.66% -
HSV(B) 14.36º 0.52% 0.89% -
XYZ 43.58 35.63 19.33 -
YUV 161.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 227 138 110 0 0.39 0.52 0.11 14.36 0.68 0.66
Hex E3 8A 6E 0 27 34 B E 44 42
Octal 343 212 156 0 47 64 13 16 104 102
Binary 11100011 10001010 1101110 0 100111 110100 1011 1110 1000100 1000010

Color Harmonies of #E38A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38A6E

Black with #E38A6E

Text Example


Text Example

White with #E38A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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