Html Css Color HEX #EA8766 Copper

📋 copy color: '#EA8766'

red 234 ◦ green 135 ◦ blue 102

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

Shades of Copper #EA8766

Tints of Copper #EA8766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 49.68%
G = 28.66%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8766 (or 0xEA8766) is known color: Copper. HEX triplet: EA, 87 and 66. RGB value is (234,135,102). Sum of RGB (Red+Green+Blue) = 234+135+102=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8766 is #157899. Grayscale: #A1A1A1. Windows color (decimal): -1407130 or 6719466. OLE color: 6719466.

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

Color convert

RGB 234 135 102 -
CMYK 0 0.42 0.56 0.08
HSL 15º 0.76% 0.66% -
HSV(B) 15º 0.56% 0.92% -
XYZ 44.99 35.78 17.11 -
YUV 160.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 234 135 102 0 0.42 0.56 0.08 15 0.76 0.66
Hex EA 87 66 0 2A 38 8 F 4C 42
Octal 352 207 146 0 52 70 10 17 114 102
Binary 11101010 10000111 1100110 0 101010 111000 1000 1111 1001100 1000010

Color Harmonies of #EA8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8766

Black with #EA8766

Text Example


Text Example

White with #EA8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8766; }

 p { color: rgb(234,135,102); }

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

background-color css

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

 a { background-color: rgb(234,135,102); }

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

border-color css

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

 span { border-color: rgb(234,135,102); }

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