#EAA051

Color #EAA051 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #EAA051

Tints of Porsche #EAA051

Color information

#EAA051 (or 0xEAA051) is unknown color: approx Porsche. HEX triplet: EA, A0 and 51. RGB value is (234,160,81). Sum of RGB (Red+Green+Blue) = 234+160+81=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA051 is #155FAE. Grayscale: #ADADAD. Windows color (decimal): -1400751 or 5349610. OLE color: 5349610.

HSL color Cylindrical-coordinate representation of color #EAA051: hue angle of 30.98º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAA051 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23416081-
CMYK00.320.650.08
HSL30.98º78.46%61.76%-
HSV(B)30.98º65.38%91.76%-
XYZ47.9943.2313.6-
YUV173.1276.02171.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=49.26%
G=33.68%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341608100.320.650.0830.9878.4661.76
HexEAA0510204181f4e3e
Octal352240121040101103711676
Binary11101010101000001010001010000010000011000111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA051; }

 p { color: rgb(234,160,81); }

 H1.HeaderClassName
 {
   color: #EAA051;
 }
 .AnyTagClassName
 {
   color: #EAA051;
 }
</style>
background-color css

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

 a { background-color: rgb(234,160,81); }

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

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

 span { border-color: rgb(234,160,81); }

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