Html Css Color HEX #EAA353 Porsche

📋 copy color: '#EAA353'

red 234 ◦ green 163 ◦ blue 83

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

Shades of Porsche #EAA353

Tints of Porsche #EAA353

RGB

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

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

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

R = 48.75%
G = 33.96%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAA353 (or 0xEAA353) is known color: Porsche. HEX triplet: EA, A3 and 53. RGB value is (234,163,83). Sum of RGB (Red+Green+Blue) = 234+163+83=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA353 is #155CAC. Grayscale: #AFAFAF. Windows color (decimal): -1399981 or 5481450. OLE color: 5481450.

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

Color convert

RGB 234 163 83 -
CMYK 0 0.30 0.65 0.08
HSL 31.79º 0.78% 0.62% -
HSV(B) 31.79º 0.65% 0.92% -
XYZ 48.59 44.31 14.18 -
YUV 175.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 234 163 83 0 0.30 0.65 0.08 31.79 0.78 0.62
Hex EA A3 53 0 1E 41 8 20 4E 3E
Octal 352 243 123 0 36 101 10 40 116 76
Binary 11101010 10100011 1010011 0 11110 1000001 1000 100000 1001110 111110

Color Harmonies of #EAA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA353

Black with #EAA353

Text Example


Text Example

White with #EAA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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