Html Css Color HEX #EA8A6A Copper

📋 copy color: '#EA8A6A'

red 234 ◦ green 138 ◦ blue 106

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

Shades of Copper #EA8A6A

Tints of Copper #EA8A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 48.95%
G = 28.87%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA8A6A (or 0xEA8A6A) is known color: Copper. HEX triplet: EA, 8A and 6A. RGB value is (234,138,106). Sum of RGB (Red+Green+Blue) = 234+138+106=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A6A is #157595. Grayscale: #A3A3A3. Windows color (decimal): -1406358 or 6982378. OLE color: 6982378.

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

Color convert

RGB 234 138 106 -
CMYK 0 0.41 0.55 0.08
HSL 15º 0.75% 0.67% -
HSV(B) 15º 0.55% 0.92% -
XYZ 45.62 36.71 18.32 -
YUV 163.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 234 138 106 0 0.41 0.55 0.08 15 0.75 0.67
Hex EA 8A 6A 0 29 37 8 F 4B 43
Octal 352 212 152 0 51 67 10 17 113 103
Binary 11101010 10001010 1101010 0 101001 110111 1000 1111 1001011 1000011

Color Harmonies of #EA8A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A6A

Black with #EA8A6A

Text Example


Text Example

White with #EA8A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A6A; }

 p { color: rgb(234,138,106); }

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

background-color css

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

 a { background-color: rgb(234,138,106); }

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

border-color css

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

 span { border-color: rgb(234,138,106); }

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