Html Css Color HEX #EAA053 Porsche

📋 copy color: '#EAA053'

red 234 ◦ green 160 ◦ blue 83

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

Shades of Porsche #EAA053

Tints of Porsche #EAA053

RGB

 RED value IS 234 (91.8% from 255) = 49.06%

 GREEN value IS 160 (62.89% from 255) = 33.54%

 BLUE value IS 83 (32.81% from 255) = 17.4%

R = 49.06%
G = 33.54%
B = 17.4%

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

#EAA053 (or 0xEAA053) is known color: Porsche. HEX triplet: EA, A0 and 53. RGB value is (234,160,83). Sum of RGB (Red+Green+Blue) = 234+160+83=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA053 is #155FAC. Grayscale: #ADADAD. Windows color (decimal): -1400749 or 5480682. OLE color: 5480682.

HSL color Cylindrical-coordinate representation of color #EAA053: hue angle of 30.6º 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 #EAA053 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 83 -
CMYK 0 0.32 0.65 0.08
HSL 30.6º 0.78% 0.62% -
HSV(B) 30.6º 0.65% 0.92% -
XYZ 48.06 43.26 14 -
YUV 173.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 234 160 83 0 0.32 0.65 0.08 30.6 0.78 0.62
Hex EA A0 53 0 20 41 8 1F 4E 3E
Octal 352 240 123 0 40 101 10 37 116 76
Binary 11101010 10100000 1010011 0 100000 1000001 1000 11111 1001110 111110

Color Harmonies of #EAA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA053

Black with #EAA053

Text Example


Text Example

White with #EAA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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