Html Css Color HEX #E0A768 Porsche

📋 copy color: '#E0A768'

red 224 ◦ green 167 ◦ blue 104

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

Shades of Porsche #E0A768

Tints of Porsche #E0A768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

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

R = 45.25%
G = 33.74%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0A768 (or 0xE0A768) is known color: Porsche. HEX triplet: E0, A7 and 68. RGB value is (224,167,104). Sum of RGB (Red+Green+Blue) = 224+167+104=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A768 is #1F5897. Grayscale: #B1B1B1. Windows color (decimal): -2054296 or 6858720. OLE color: 6858720.

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

Color convert

RGB 224 167 104 -
CMYK 0 0.25 0.54 0.12
HSL 31.5º 0.66% 0.64% -
HSV(B) 31.5º 0.54% 0.88% -
XYZ 47.06 44.48 19.2 -
YUV 176.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 224 167 104 0 0.25 0.54 0.12 31.5 0.66 0.64
Hex E0 A7 68 0 19 36 C 1F 42 40
Octal 340 247 150 0 31 66 14 37 102 100
Binary 11100000 10100111 1101000 0 11001 110110 1100 11111 1000010 1000000

Color Harmonies of #E0A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A768

Black with #E0A768

Text Example


Text Example

White with #E0A768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A768; }

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

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

background-color css

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

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

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

border-color css

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

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

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