Html Css Color HEX #EAA455 Porsche

📋 copy color: '#EAA455'

red 234 ◦ green 164 ◦ blue 85

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

Shades of Porsche #EAA455

Tints of Porsche #EAA455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 48.45%
G = 33.95%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAA455 (or 0xEAA455) is known color: Porsche. HEX triplet: EA, A4 and 55. RGB value is (234,164,85). Sum of RGB (Red+Green+Blue) = 234+164+85=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA455 is #155BAA. Grayscale: #B0B0B0. Windows color (decimal): -1399723 or 5612778. OLE color: 5612778.

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

Color convert

RGB 234 164 85 -
CMYK 0 0.30 0.64 0.08
HSL 31.81º 0.78% 0.63% -
HSV(B) 31.81º 0.64% 0.92% -
XYZ 48.85 44.7 14.65 -
YUV 175.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 234 164 85 0 0.30 0.64 0.08 31.81 0.78 0.63
Hex EA A4 55 0 1E 40 8 20 4E 3F
Octal 352 244 125 0 36 100 10 40 116 77
Binary 11101010 10100100 1010101 0 11110 1000000 1000 100000 1001110 111111

Color Harmonies of #EAA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA455

Black with #EAA455

Text Example


Text Example

White with #EAA455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA455; }

 p { color: rgb(234,164,85); }

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

background-color css

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

 a { background-color: rgb(234,164,85); }

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

border-color css

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

 span { border-color: rgb(234,164,85); }

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