Html Css Color HEX #EA9D5E Porsche

📋 copy color: '#EA9D5E'

red 234 ◦ green 157 ◦ blue 94

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

Shades of Porsche #EA9D5E

Tints of Porsche #EA9D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 48.25%
G = 32.37%
B = 19.38%

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

#EA9D5E (or 0xEA9D5E) is known color: Porsche. HEX triplet: EA, 9D and 5E. RGB value is (234,157,94). Sum of RGB (Red+Green+Blue) = 234+157+94=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D5E is #1562A1. Grayscale: #ADADAD. Windows color (decimal): -1401506 or 6200810. OLE color: 6200810.

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

Color convert

RGB 234 157 94 -
CMYK 0 0.33 0.60 0.08
HSL 27º 0.77% 0.64% -
HSV(B) 27º 0.6% 0.92% -
XYZ 48.01 42.41 16.25 -
YUV 172.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 234 157 94 0 0.33 0.60 0.08 27 0.77 0.64
Hex EA 9D 5E 0 21 3C 8 1B 4D 40
Octal 352 235 136 0 41 74 10 33 115 100
Binary 11101010 10011101 1011110 0 100001 111100 1000 11011 1001101 1000000

Color Harmonies of #EA9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D5E

Black with #EA9D5E

Text Example


Text Example

White with #EA9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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