Html Css Color HEX #EA8C65 Copper

📋 copy color: '#EA8C65'

red 234 ◦ green 140 ◦ blue 101

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

Shades of Copper #EA8C65

Tints of Copper #EA8C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.47%

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 49.26%
G = 29.47%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA8C65 (or 0xEA8C65) is known color: Copper. HEX triplet: EA, 8C and 65. RGB value is (234,140,101). Sum of RGB (Red+Green+Blue) = 234+140+101=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C65 is #15739A. Grayscale: #A3A3A3. Windows color (decimal): -1405851 or 6655210. OLE color: 6655210.

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

Color convert

RGB 234 140 101 -
CMYK 0 0.40 0.57 0.08
HSL 17.59º 0.76% 0.66% -
HSV(B) 17.59º 0.57% 0.92% -
XYZ 45.66 37.19 17.08 -
YUV 163.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 234 140 101 0 0.40 0.57 0.08 17.59 0.76 0.66
Hex EA 8C 65 0 28 39 8 12 4C 42
Octal 352 214 145 0 50 71 10 22 114 102
Binary 11101010 10001100 1100101 0 101000 111001 1000 10010 1001100 1000010

Color Harmonies of #EA8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C65

Black with #EA8C65

Text Example


Text Example

White with #EA8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C65; }

 p { color: rgb(234,140,101); }

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

background-color css

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

 a { background-color: rgb(234,140,101); }

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

border-color css

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

 span { border-color: rgb(234,140,101); }

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