Html Css Color HEX #E0A06D Porsche

📋 copy color: '#E0A06D'

red 224 ◦ green 160 ◦ blue 109

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

Shades of Porsche #E0A06D

Tints of Porsche #E0A06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 45.44%
G = 32.45%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0A06D (or 0xE0A06D) is known color: Porsche. HEX triplet: E0, A0 and 6D. RGB value is (224,160,109). Sum of RGB (Red+Green+Blue) = 224+160+109=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A06D is #1F5F92. Grayscale: #ADADAD. Windows color (decimal): -2056083 or 7184608. OLE color: 7184608.

HSL color Cylindrical-coordinate representation of color #E0A06D: hue angle of 26.61º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0A06D is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 109 -
CMYK 0 0.29 0.51 0.12
HSL 26.61º 0.65% 0.65% -
HSV(B) 26.61º 0.51% 0.88% -
XYZ 46.07 42.09 20.16 -
YUV 173.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 224 160 109 0 0.29 0.51 0.12 26.61 0.65 0.65
Hex E0 A0 6D 0 1D 33 C 1B 41 41
Octal 340 240 155 0 35 63 14 33 101 101
Binary 11100000 10100000 1101101 0 11101 110011 1100 11011 1000001 1000001

Color Harmonies of #E0A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A06D

Black with #E0A06D

Text Example


Text Example

White with #E0A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A06D; }

 p { color: rgb(224,160,109); }

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

background-color css

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

 a { background-color: rgb(224,160,109); }

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

border-color css

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

 span { border-color: rgb(224,160,109); }

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