Html Css Color HEX #EA8D6B Copper

📋 copy color: '#EA8D6B'

red 234 ◦ green 141 ◦ blue 107

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

Shades of Copper #EA8D6B

Tints of Copper #EA8D6B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.25%

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 48.55%
G = 29.25%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA8D6B (or 0xEA8D6B) is known color: Copper. HEX triplet: EA, 8D and 6B. RGB value is (234,141,107). Sum of RGB (Red+Green+Blue) = 234+141+107=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D6B is #157294. Grayscale: #A5A5A5. Windows color (decimal): -1405589 or 7048682. OLE color: 7048682.

HSL color Cylindrical-coordinate representation of color #EA8D6B: hue angle of 16.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA8D6B is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 107 -
CMYK 0 0.40 0.54 0.08
HSL 16.06º 0.75% 0.67% -
HSV(B) 16.06º 0.54% 0.92% -
XYZ 46.11 37.6 18.74 -
YUV 164.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 234 141 107 0 0.40 0.54 0.08 16.06 0.75 0.67
Hex EA 8D 6B 0 28 36 8 10 4B 43
Octal 352 215 153 0 50 66 10 20 113 103
Binary 11101010 10001101 1101011 0 101000 110110 1000 10000 1001011 1000011

Color Harmonies of #EA8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D6B

Black with #EA8D6B

Text Example


Text Example

White with #EA8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D6B; }

 p { color: rgb(234,141,107); }

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

background-color css

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

 a { background-color: rgb(234,141,107); }

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

border-color css

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

 span { border-color: rgb(234,141,107); }

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