Html Css Color HEX #EAA054 Porsche

📋 copy color: '#EAA054'

red 234 ◦ green 160 ◦ blue 84

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

Shades of Porsche #EAA054

Tints of Porsche #EAA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.57%

R = 48.95%
G = 33.47%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAA054 (or 0xEAA054) is known color: Porsche. HEX triplet: EA, A0 and 54. RGB value is (234,160,84). Sum of RGB (Red+Green+Blue) = 234+160+84=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA054 is #155FAB. Grayscale: #ADADAD. Windows color (decimal): -1400748 or 5546218. OLE color: 5546218.

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

Color convert

RGB 234 160 84 -
CMYK 0 0.32 0.64 0.08
HSL 30.4º 0.78% 0.62% -
HSV(B) 30.4º 0.64% 0.92% -
XYZ 48.1 43.27 14.2 -
YUV 173.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 234 160 84 0 0.32 0.64 0.08 30.4 0.78 0.62
Hex EA A0 54 0 20 40 8 1E 4E 3E
Octal 352 240 124 0 40 100 10 36 116 76
Binary 11101010 10100000 1010100 0 100000 1000000 1000 11110 1001110 111110

Color Harmonies of #EAA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA054

Black with #EAA054

Text Example


Text Example

White with #EAA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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