Html Css Color HEX #E0A05C Porsche

📋 copy color: '#E0A05C'

red 224 ◦ green 160 ◦ blue 92

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

Shades of Porsche #E0A05C

Tints of Porsche #E0A05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 47.06%
G = 33.61%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0A05C (or 0xE0A05C) is known color: Porsche. HEX triplet: E0, A0 and 5C. RGB value is (224,160,92). Sum of RGB (Red+Green+Blue) = 224+160+92=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A05C is #1F5FA3. Grayscale: #ABABAB. Windows color (decimal): -2056100 or 6070496. OLE color: 6070496.

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

Color convert

RGB 224 160 92 -
CMYK 0 0.29 0.59 0.12
HSL 30.91º 0.68% 0.62% -
HSV(B) 30.91º 0.59% 0.88% -
XYZ 45.24 41.76 15.8 -
YUV 171.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 224 160 92 0 0.29 0.59 0.12 30.91 0.68 0.62
Hex E0 A0 5C 0 1D 3B C 1F 44 3E
Octal 340 240 134 0 35 73 14 37 104 76
Binary 11100000 10100000 1011100 0 11101 111011 1100 11111 1000100 111110

Color Harmonies of #E0A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A05C

Black with #E0A05C

Text Example


Text Example

White with #E0A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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