Html Css Color HEX #EAA051 Porsche

📋 copy color: '#EAA051'

red 234 ◦ green 160 ◦ blue 81

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

Shades of Porsche #EAA051

Tints of Porsche #EAA051

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAA051 (or 0xEAA051) is known color: 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

RGB 234 160 81 -
CMYK 0 0.32 0.65 0.08
HSL 30.98º 0.78% 0.62% -
HSV(B) 30.98º 0.65% 0.92% -
XYZ 47.99 43.23 13.6 -
YUV 173.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 234 160 81 0 0.32 0.65 0.08 30.98 0.78 0.62
Hex EA A0 51 0 20 41 8 1F 4E 3E
Octal 352 240 121 0 40 101 10 37 116 76
Binary 11101010 10100000 1010001 0 100000 1000001 1000 11111 1001110 111110

Color Harmonies of #EAA051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA051

Black with #EAA051

Text Example


Text Example

White with #EAA051

Text Example


Text Example

HTML Codes & Css Web 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>