Html Css Color HEX #EA9E5D Porsche

📋 copy color: '#EA9E5D'

red 234 ◦ green 158 ◦ blue 93

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

Shades of Porsche #EA9E5D

Tints of Porsche #EA9E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 93 (36.72% from 255) = 19.18%

R = 48.25%
G = 32.58%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA9E5D (or 0xEA9E5D) is known color: Porsche. HEX triplet: EA, 9E and 5D. RGB value is (234,158,93). Sum of RGB (Red+Green+Blue) = 234+158+93=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5D is #1561A2. Grayscale: #ADADAD. Windows color (decimal): -1401251 or 6135530. OLE color: 6135530.

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

Color convert

RGB 234 158 93 -
CMYK 0 0.32 0.60 0.08
HSL 27.66º 0.77% 0.64% -
HSV(B) 27.66º 0.6% 0.92% -
XYZ 48.13 42.74 16.07 -
YUV 173.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 234 158 93 0 0.32 0.60 0.08 27.66 0.77 0.64
Hex EA 9E 5D 0 20 3C 8 1C 4D 40
Octal 352 236 135 0 40 74 10 34 115 100
Binary 11101010 10011110 1011101 0 100000 111100 1000 11100 1001101 1000000

Color Harmonies of #EA9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E5D

Black with #EA9E5D

Text Example


Text Example

White with #EA9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E5D; }

 p { color: rgb(234,158,93); }

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

background-color css

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

 a { background-color: rgb(234,158,93); }

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

border-color css

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

 span { border-color: rgb(234,158,93); }

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