Html Css Color HEX #EA886B Copper

📋 copy color: '#EA886B'

red 234 ◦ green 136 ◦ blue 107

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

Shades of Copper #EA886B

Tints of Copper #EA886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 49.06%
G = 28.51%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA886B (or 0xEA886B) is known color: Copper. HEX triplet: EA, 88 and 6B. RGB value is (234,136,107). Sum of RGB (Red+Green+Blue) = 234+136+107=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA886B is #157794. Grayscale: #A2A2A2. Windows color (decimal): -1406869 or 7047402. OLE color: 7047402.

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

Color convert

RGB 234 136 107 -
CMYK 0 0.42 0.54 0.08
HSL 13.7º 0.75% 0.67% -
HSV(B) 13.7º 0.54% 0.92% -
XYZ 45.39 36.16 18.5 -
YUV 162 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 234 136 107 0 0.42 0.54 0.08 13.7 0.75 0.67
Hex EA 88 6B 0 2A 36 8 E 4B 43
Octal 352 210 153 0 52 66 10 16 113 103
Binary 11101010 10001000 1101011 0 101010 110110 1000 1110 1001011 1000011

Color Harmonies of #EA886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA886B

Black with #EA886B

Text Example


Text Example

White with #EA886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA886B; }

 p { color: rgb(234,136,107); }

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

background-color css

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

 a { background-color: rgb(234,136,107); }

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

border-color css

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

 span { border-color: rgb(234,136,107); }

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