Html Css Color HEX #E08356 Copper

📋 copy color: '#E08356'

red 224 ◦ green 131 ◦ blue 86

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

Shades of Copper #E08356

Tints of Copper #E08356

RGB

 RED value IS 224 (87.89% from 255) = 50.79%

 GREEN value IS 131 (51.56% from 255) = 29.71%

 BLUE value IS 86 (33.98% from 255) = 19.5%

R = 50.79%
G = 29.71%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08356 (or 0xE08356) is known color: Copper. HEX triplet: E0, 83 and 56. RGB value is (224,131,86). Sum of RGB (Red+Green+Blue) = 224+131+86=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E08356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08356 is #1F7CA9. Grayscale: #999999. Windows color (decimal): -2063530 or 5669856. OLE color: 5669856.

HSL color Cylindrical-coordinate representation of color #E08356: hue angle of 19.57º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E08356 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 86 -
CMYK 0 0.42 0.62 0.12
HSL 19.57º 0.69% 0.61% -
HSV(B) 19.57º 0.62% 0.88% -
XYZ 40.54 32.75 12.99 -
YUV 153.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 224 131 86 0 0.42 0.62 0.12 19.57 0.69 0.61
Hex E0 83 56 0 2A 3E C 14 45 3D
Octal 340 203 126 0 52 76 14 24 105 75
Binary 11100000 10000011 1010110 0 101010 111110 1100 10100 1000101 111101

Color Harmonies of #E08356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08356

Black with #E08356

Text Example


Text Example

White with #E08356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08356; }

 p { color: rgb(224,131,86); }

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

background-color css

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

 a { background-color: rgb(224,131,86); }

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

border-color css

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

 span { border-color: rgb(224,131,86); }

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