Html Css Color HEX #EA9566 Copper

📋 copy color: '#EA9566'

red 234 ◦ green 149 ◦ blue 102

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

Shades of Copper #EA9566

Tints of Copper #EA9566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

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

R = 48.25%
G = 30.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA9566 (or 0xEA9566) is known color: Copper. HEX triplet: EA, 95 and 66. RGB value is (234,149,102). Sum of RGB (Red+Green+Blue) = 234+149+102=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9566 is #156A99. Grayscale: #A9A9A9. Windows color (decimal): -1403546 or 6723050. OLE color: 6723050.

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

Color convert

RGB 234 149 102 -
CMYK 0 0.36 0.56 0.08
HSL 21.36º 0.76% 0.66% -
HSV(B) 21.36º 0.56% 0.92% -
XYZ 47.08 39.95 17.8 -
YUV 169.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 234 149 102 0 0.36 0.56 0.08 21.36 0.76 0.66
Hex EA 95 66 0 24 38 8 15 4C 42
Octal 352 225 146 0 44 70 10 25 114 102
Binary 11101010 10010101 1100110 0 100100 111000 1000 10101 1001100 1000010

Color Harmonies of #EA9566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9566

Black with #EA9566

Text Example


Text Example

White with #EA9566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9566; }

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

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

background-color css

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

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

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

border-color css

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

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

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