Html Css Color HEX #E0A760 Porsche

📋 copy color: '#E0A760'

red 224 ◦ green 167 ◦ blue 96

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

Shades of Porsche #E0A760

Tints of Porsche #E0A760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 46%
G = 34.29%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E0A760 (or 0xE0A760) is known color: Porsche. HEX triplet: E0, A7 and 60. RGB value is (224,167,96). Sum of RGB (Red+Green+Blue) = 224+167+96=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A760 is #1F589F. Grayscale: #B0B0B0. Windows color (decimal): -2054304 or 6334432. OLE color: 6334432.

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

Color convert

RGB 224 167 96 -
CMYK 0 0.25 0.57 0.12
HSL 33.28º 0.67% 0.63% -
HSV(B) 33.28º 0.57% 0.88% -
XYZ 46.67 44.33 17.16 -
YUV 175.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 224 167 96 0 0.25 0.57 0.12 33.28 0.67 0.63
Hex E0 A7 60 0 19 39 C 21 43 3F
Octal 340 247 140 0 31 71 14 41 103 77
Binary 11100000 10100111 1100000 0 11001 111001 1100 100001 1000011 111111

Color Harmonies of #E0A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A760

Black with #E0A760

Text Example


Text Example

White with #E0A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A760; }

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

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

background-color css

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

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

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

border-color css

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

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

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