Html Css Color HEX #EA8667 Copper

📋 copy color: '#EA8667'

red 234 ◦ green 134 ◦ blue 103

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

Shades of Copper #EA8667

Tints of Copper #EA8667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 49.68%
G = 28.45%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8667 (or 0xEA8667) is known color: Copper. HEX triplet: EA, 86 and 67. RGB value is (234,134,103). Sum of RGB (Red+Green+Blue) = 234+134+103=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8667 is #157998. Grayscale: #A0A0A0. Windows color (decimal): -1407385 or 6784746. OLE color: 6784746.

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

Color convert

RGB 234 134 103 -
CMYK 0 0.43 0.56 0.08
HSL 14.2º 0.76% 0.66% -
HSV(B) 14.2º 0.56% 0.92% -
XYZ 44.9 35.52 17.32 -
YUV 160.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 234 134 103 0 0.43 0.56 0.08 14.2 0.76 0.66
Hex EA 86 67 0 2B 38 8 E 4C 42
Octal 352 206 147 0 53 70 10 16 114 102
Binary 11101010 10000110 1100111 0 101011 111000 1000 1110 1001100 1000010

Color Harmonies of #EA8667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8667

Black with #EA8667

Text Example


Text Example

White with #EA8667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8667; }

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

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

background-color css

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

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

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

border-color css

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

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

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