Html Css Color HEX #EA9C5D Porsche

📋 copy color: '#EA9C5D'

red 234 ◦ green 156 ◦ blue 93

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

Shades of Porsche #EA9C5D

Tints of Porsche #EA9C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.3%

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

R = 48.45%
G = 32.3%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA9C5D (or 0xEA9C5D) is known color: Porsche. HEX triplet: EA, 9C and 5D. RGB value is (234,156,93). Sum of RGB (Red+Green+Blue) = 234+156+93=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9C5D is #1563A2. Grayscale: #ACACAC. Windows color (decimal): -1401763 or 6135018. OLE color: 6135018.

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

Color convert

RGB 234 156 93 -
CMYK 0 0.33 0.60 0.08
HSL 26.81º 0.77% 0.64% -
HSV(B) 26.81º 0.6% 0.92% -
XYZ 47.8 42.06 15.96 -
YUV 172.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 234 156 93 0 0.33 0.60 0.08 26.81 0.77 0.64
Hex EA 9C 5D 0 21 3C 8 1B 4D 40
Octal 352 234 135 0 41 74 10 33 115 100
Binary 11101010 10011100 1011101 0 100001 111100 1000 11011 1001101 1000000

Color Harmonies of #EA9C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9C5D

Black with #EA9C5D

Text Example


Text Example

White with #EA9C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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