Html Css Color HEX #E0A869 Porsche

📋 copy color: '#E0A869'

red 224 ◦ green 168 ◦ blue 105

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

Shades of Porsche #E0A869

Tints of Porsche #E0A869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

 BLUE value IS 105 (41.41% from 255) = 21.13%

R = 45.07%
G = 33.8%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0A869 (or 0xE0A869) is known color: Porsche. HEX triplet: E0, A8 and 69. RGB value is (224,168,105). Sum of RGB (Red+Green+Blue) = 224+168+105=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A869 is #1F5796. Grayscale: #B1B1B1. Windows color (decimal): -2054039 or 6924512. OLE color: 6924512.

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

Color convert

RGB 224 168 105 -
CMYK 0 0.25 0.53 0.12
HSL 31.76º 0.66% 0.65% -
HSV(B) 31.76º 0.53% 0.88% -
XYZ 47.29 44.87 19.53 -
YUV 177.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 224 168 105 0 0.25 0.53 0.12 31.76 0.66 0.65
Hex E0 A8 69 0 19 35 C 20 42 41
Octal 340 250 151 0 31 65 14 40 102 101
Binary 11100000 10101000 1101001 0 11001 110101 1100 100000 1000010 1000001

Color Harmonies of #E0A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A869

Black with #E0A869

Text Example


Text Example

White with #E0A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A869; }

 p { color: rgb(224,168,105); }

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

background-color css

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

 a { background-color: rgb(224,168,105); }

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

border-color css

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

 span { border-color: rgb(224,168,105); }

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