Html Css Color HEX #E0A065 Porsche

📋 copy color: '#E0A065'

red 224 ◦ green 160 ◦ blue 101

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

Shades of Porsche #E0A065

Tints of Porsche #E0A065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.82%

R = 46.19%
G = 32.99%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0A065 (or 0xE0A065) is known color: Porsche. HEX triplet: E0, A0 and 65. RGB value is (224,160,101). Sum of RGB (Red+Green+Blue) = 224+160+101=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A065 is #1F5F9A. Grayscale: #ACACAC. Windows color (decimal): -2056091 or 6660320. OLE color: 6660320.

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

Color convert

RGB 224 160 101 -
CMYK 0 0.29 0.55 0.12
HSL 28.78º 0.66% 0.64% -
HSV(B) 28.78º 0.55% 0.88% -
XYZ 45.66 41.93 18 -
YUV 172.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 224 160 101 0 0.29 0.55 0.12 28.78 0.66 0.64
Hex E0 A0 65 0 1D 37 C 1D 42 40
Octal 340 240 145 0 35 67 14 35 102 100
Binary 11100000 10100000 1100101 0 11101 110111 1100 11101 1000010 1000000

Color Harmonies of #E0A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A065

Black with #E0A065

Text Example


Text Example

White with #E0A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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