Html Css Color HEX #EA8D67 Copper

📋 copy color: '#EA8D67'

red 234 ◦ green 141 ◦ blue 103

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

Shades of Copper #EA8D67

Tints of Copper #EA8D67

RGB

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

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

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

R = 48.95%
G = 29.5%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8D67 (or 0xEA8D67) is known color: Copper. HEX triplet: EA, 8D and 67. RGB value is (234,141,103). Sum of RGB (Red+Green+Blue) = 234+141+103=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D67 is #157298. Grayscale: #A4A4A4. Windows color (decimal): -1405593 or 6786538. OLE color: 6786538.

HSL color Cylindrical-coordinate representation of color #EA8D67: hue angle of 17.4º 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 #EA8D67 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 103 -
CMYK 0 0.40 0.56 0.08
HSL 17.4º 0.76% 0.66% -
HSV(B) 17.4º 0.56% 0.92% -
XYZ 45.9 37.52 17.65 -
YUV 164.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 234 141 103 0 0.40 0.56 0.08 17.4 0.76 0.66
Hex EA 8D 67 0 28 38 8 11 4C 42
Octal 352 215 147 0 50 70 10 21 114 102
Binary 11101010 10001101 1100111 0 101000 111000 1000 10001 1001100 1000010

Color Harmonies of #EA8D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D67

Black with #EA8D67

Text Example


Text Example

White with #EA8D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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