Html Css Color HEX #EA8367 Copper

📋 copy color: '#EA8367'

red 234 ◦ green 131 ◦ blue 103

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

Shades of Copper #EA8367

Tints of Copper #EA8367

RGB

 RED value IS 234 (91.8% from 255) = 50%

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

 BLUE value IS 103 (40.63% from 255) = 22.01%

R = 50%
G = 27.99%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8367 (or 0xEA8367) is known color: Copper. HEX triplet: EA, 83 and 67. RGB value is (234,131,103). Sum of RGB (Red+Green+Blue) = 234+131+103=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8367 is #157C98. Grayscale: #9E9E9E. Windows color (decimal): -1408153 or 6783978. OLE color: 6783978.

HSL color Cylindrical-coordinate representation of color #EA8367: hue angle of 12.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA8367 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 103 -
CMYK 0 0.44 0.56 0.08
HSL 12.82º 0.76% 0.66% -
HSV(B) 12.82º 0.56% 0.92% -
XYZ 44.5 34.7 17.19 -
YUV 158.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 234 131 103 0 0.44 0.56 0.08 12.82 0.76 0.66
Hex EA 83 67 0 2C 38 8 D 4C 42
Octal 352 203 147 0 54 70 10 15 114 102
Binary 11101010 10000011 1100111 0 101100 111000 1000 1101 1001100 1000010

Color Harmonies of #EA8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8367

Black with #EA8367

Text Example


Text Example

White with #EA8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8367; }

 p { color: rgb(234,131,103); }

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

background-color css

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

 a { background-color: rgb(234,131,103); }

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

border-color css

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

 span { border-color: rgb(234,131,103); }

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