Html Css Color HEX #EAA356 Porsche

📋 copy color: '#EAA356'

red 234 ◦ green 163 ◦ blue 86

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

Shades of Porsche #EAA356

Tints of Porsche #EAA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

 BLUE value IS 86 (33.98% from 255) = 17.81%

R = 48.45%
G = 33.75%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAA356 (or 0xEAA356) is known color: Porsche. HEX triplet: EA, A3 and 56. RGB value is (234,163,86). Sum of RGB (Red+Green+Blue) = 234+163+86=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA356 is #155CA9. Grayscale: #AFAFAF. Windows color (decimal): -1399978 or 5678058. OLE color: 5678058.

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

Color convert

RGB 234 163 86 -
CMYK 0 0.30 0.63 0.08
HSL 31.22º 0.78% 0.63% -
HSV(B) 31.22º 0.63% 0.92% -
XYZ 48.71 44.36 14.8 -
YUV 175.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 234 163 86 0 0.30 0.63 0.08 31.22 0.78 0.63
Hex EA A3 56 0 1E 3F 8 1F 4E 3F
Octal 352 243 126 0 36 77 10 37 116 77
Binary 11101010 10100011 1010110 0 11110 111111 1000 11111 1001110 111111

Color Harmonies of #EAA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA356

Black with #EAA356

Text Example


Text Example

White with #EAA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA356; }

 p { color: rgb(234,163,86); }

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

background-color css

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

 a { background-color: rgb(234,163,86); }

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

border-color css

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

 span { border-color: rgb(234,163,86); }

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