Html Css Color HEX #E38268 Copper

📋 copy color: '#E38268'

red 227 ◦ green 130 ◦ blue 104

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

Shades of Copper #E38268

Tints of Copper #E38268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 49.24%
G = 28.2%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E38268 (or 0xE38268) is known color: Copper. HEX triplet: E3, 82 and 68. RGB value is (227,130,104). Sum of RGB (Red+Green+Blue) = 227+130+104=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E38268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38268 is #1C7D97. Grayscale: #9C9C9C. Windows color (decimal): -1867160 or 6849251. OLE color: 6849251.

HSL color Cylindrical-coordinate representation of color #E38268: hue angle of 12.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E38268 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 130 104 -
CMYK 0 0.43 0.54 0.11
HSL 12.68º 0.69% 0.65% -
HSV(B) 12.68º 0.54% 0.89% -
XYZ 42.16 33.3 17.3 -
YUV 156.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 227 130 104 0 0.43 0.54 0.11 12.68 0.69 0.65
Hex E3 82 68 0 2B 36 B D 45 41
Octal 343 202 150 0 53 66 13 15 105 101
Binary 11100011 10000010 1101000 0 101011 110110 1011 1101 1000101 1000001

Color Harmonies of #E38268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38268

Black with #E38268

Text Example


Text Example

White with #E38268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38268; }

 p { color: rgb(227,130,104); }

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

background-color css

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

 a { background-color: rgb(227,130,104); }

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

border-color css

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

 span { border-color: rgb(227,130,104); }

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