Html Css Color HEX #E07F66 Copper

📋 copy color: '#E07F66'

red 224 ◦ green 127 ◦ blue 102

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

Shades of Copper #E07F66

Tints of Copper #E07F66

RGB

 RED value IS 224 (87.89% from 255) = 49.45%

 GREEN value IS 127 (50% from 255) = 28.04%

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

R = 49.45%
G = 28.04%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07F66 (or 0xE07F66) is known color: Copper. HEX triplet: E0, 7F and 66. RGB value is (224,127,102). Sum of RGB (Red+Green+Blue) = 224+127+102=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F66 is #1F8099. Grayscale: #999999. Windows color (decimal): -2064538 or 6717408. OLE color: 6717408.

HSL color Cylindrical-coordinate representation of color #E07F66: hue angle of 12.3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07F66 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 102 -
CMYK 0 0.43 0.54 0.12
HSL 12.3º 0.66% 0.64% -
HSV(B) 12.3º 0.54% 0.88% -
XYZ 40.73 31.99 16.6 -
YUV 153.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 224 127 102 0 0.43 0.54 0.12 12.3 0.66 0.64
Hex E0 7F 66 0 2B 36 C C 42 40
Octal 340 177 146 0 53 66 14 14 102 100
Binary 11100000 1111111 1100110 0 101011 110110 1100 1100 1000010 1000000

Color Harmonies of #E07F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F66

Black with #E07F66

Text Example


Text Example

White with #E07F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F66; }

 p { color: rgb(224,127,102); }

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

background-color css

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

 a { background-color: rgb(224,127,102); }

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

border-color css

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

 span { border-color: rgb(224,127,102); }

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