Html Css Color HEX #E08A66 Copper

📋 copy color: '#E08A66'

red 224 ◦ green 138 ◦ blue 102

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

Shades of Copper #E08A66

Tints of Copper #E08A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

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

R = 48.28%
G = 29.74%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08A66 (or 0xE08A66) is known color: Copper. HEX triplet: E0, 8A and 66. RGB value is (224,138,102). Sum of RGB (Red+Green+Blue) = 224+138+102=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A66 is #1F7599. Grayscale: #9F9F9F. Windows color (decimal): -2061722 or 6720224. OLE color: 6720224.

HSL color Cylindrical-coordinate representation of color #E08A66: hue angle of 17.7º 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 #E08A66 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 102 -
CMYK 0 0.38 0.54 0.12
HSL 17.7º 0.66% 0.64% -
HSV(B) 17.7º 0.54% 0.88% -
XYZ 42.23 34.98 17.1 -
YUV 159.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 224 138 102 0 0.38 0.54 0.12 17.7 0.66 0.64
Hex E0 8A 66 0 26 36 C 12 42 40
Octal 340 212 146 0 46 66 14 22 102 100
Binary 11100000 10001010 1100110 0 100110 110110 1100 10010 1000010 1000000

Color Harmonies of #E08A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A66

Black with #E08A66

Text Example


Text Example

White with #E08A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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