Html Css Color HEX #EA8F64 Copper

📋 copy color: '#EA8F64'

red 234 ◦ green 143 ◦ blue 100

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

Shades of Copper #EA8F64

Tints of Copper #EA8F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

 BLUE value IS 100 (39.45% from 255) = 20.96%

R = 49.06%
G = 29.98%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA8F64 (or 0xEA8F64) is known color: Copper. HEX triplet: EA, 8F and 64. RGB value is (234,143,100). Sum of RGB (Red+Green+Blue) = 234+143+100=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F64 is #15709B. Grayscale: #A5A5A5. Windows color (decimal): -1405084 or 6590442. OLE color: 6590442.

HSL color Cylindrical-coordinate representation of color #EA8F64: hue angle of 19.25º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA8F64 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 100 -
CMYK 0 0.39 0.57 0.08
HSL 19.25º 0.76% 0.65% -
HSV(B) 19.25º 0.57% 0.92% -
XYZ 46.05 38.06 16.98 -
YUV 165.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 234 143 100 0 0.39 0.57 0.08 19.25 0.76 0.65
Hex EA 8F 64 0 27 39 8 13 4C 41
Octal 352 217 144 0 47 71 10 23 114 101
Binary 11101010 10001111 1100100 0 100111 111001 1000 10011 1001100 1000001

Color Harmonies of #EA8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F64

Black with #EA8F64

Text Example


Text Example

White with #EA8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F64; }

 p { color: rgb(234,143,100); }

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

background-color css

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

 a { background-color: rgb(234,143,100); }

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

border-color css

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

 span { border-color: rgb(234,143,100); }

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