Html Css Color HEX #E0A05B Porsche

📋 copy color: '#E0A05B'

red 224 ◦ green 160 ◦ blue 91

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

Shades of Porsche #E0A05B

Tints of Porsche #E0A05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 47.16%
G = 33.68%
B = 19.16%

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

#E0A05B (or 0xE0A05B) is known color: Porsche. HEX triplet: E0, A0 and 5B. RGB value is (224,160,91). Sum of RGB (Red+Green+Blue) = 224+160+91=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A05B is #1F5FA4. Grayscale: #ABABAB. Windows color (decimal): -2056101 or 6004960. OLE color: 6004960.

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

Color convert

RGB 224 160 91 -
CMYK 0 0.29 0.59 0.12
HSL 31.13º 0.68% 0.62% -
HSV(B) 31.13º 0.59% 0.88% -
XYZ 45.2 41.74 15.57 -
YUV 171.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 224 160 91 0 0.29 0.59 0.12 31.13 0.68 0.62
Hex E0 A0 5B 0 1D 3B C 1F 44 3E
Octal 340 240 133 0 35 73 14 37 104 76
Binary 11100000 10100000 1011011 0 11101 111011 1100 11111 1000100 111110

Color Harmonies of #E0A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A05B

Black with #E0A05B

Text Example


Text Example

White with #E0A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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