Html Css Color HEX #E0A268 Porsche

📋 copy color: '#E0A268'

red 224 ◦ green 162 ◦ blue 104

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

Shades of Porsche #E0A268

Tints of Porsche #E0A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.06%

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 45.71%
G = 33.06%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0A268 (or 0xE0A268) is known color: Porsche. HEX triplet: E0, A2 and 68. RGB value is (224,162,104). Sum of RGB (Red+Green+Blue) = 224+162+104=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A268 is #1F5D97. Grayscale: #AEAEAE. Windows color (decimal): -2055576 or 6857440. OLE color: 6857440.

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

Color convert

RGB 224 162 104 -
CMYK 0 0.28 0.54 0.12
HSL 29º 0.66% 0.64% -
HSV(B) 29º 0.54% 0.88% -
XYZ 46.16 42.69 18.9 -
YUV 173.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 224 162 104 0 0.28 0.54 0.12 29 0.66 0.64
Hex E0 A2 68 0 1C 36 C 1D 42 40
Octal 340 242 150 0 34 66 14 35 102 100
Binary 11100000 10100010 1101000 0 11100 110110 1100 11101 1000010 1000000

Color Harmonies of #E0A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A268

Black with #E0A268

Text Example


Text Example

White with #E0A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A268; }

 p { color: rgb(224,162,104); }

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

background-color css

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

 a { background-color: rgb(224,162,104); }

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

border-color css

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

 span { border-color: rgb(224,162,104); }

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