Html Css Color HEX #EA9D5D Porsche

📋 copy color: '#EA9D5D'

red 234 ◦ green 157 ◦ blue 93

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

Shades of Porsche #EA9D5D

Tints of Porsche #EA9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 48.35%
G = 32.44%
B = 19.21%

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

#EA9D5D (or 0xEA9D5D) is known color: Porsche. HEX triplet: EA, 9D and 5D. RGB value is (234,157,93). Sum of RGB (Red+Green+Blue) = 234+157+93=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D5D is #1562A2. Grayscale: #ADADAD. Windows color (decimal): -1401507 or 6135274. OLE color: 6135274.

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

Color convert

RGB 234 157 93 -
CMYK 0 0.33 0.60 0.08
HSL 27.23º 0.77% 0.64% -
HSV(B) 27.23º 0.6% 0.92% -
XYZ 47.96 42.4 16.01 -
YUV 172.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 234 157 93 0 0.33 0.60 0.08 27.23 0.77 0.64
Hex EA 9D 5D 0 21 3C 8 1B 4D 40
Octal 352 235 135 0 41 74 10 33 115 100
Binary 11101010 10011101 1011101 0 100001 111100 1000 11011 1001101 1000000

Color Harmonies of #EA9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D5D

Black with #EA9D5D

Text Example


Text Example

White with #EA9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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