Html Css Color HEX #EA995E Porsche

📋 copy color: '#EA995E'

red 234 ◦ green 153 ◦ blue 94

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

Shades of Porsche #EA995E

Tints of Porsche #EA995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

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

R = 48.65%
G = 31.81%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA995E (or 0xEA995E) is known color: Porsche. HEX triplet: EA, 99 and 5E. RGB value is (234,153,94). Sum of RGB (Red+Green+Blue) = 234+153+94=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA995E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA995E is #1566A1. Grayscale: #AAAAAA. Windows color (decimal): -1402530 or 6199786. OLE color: 6199786.

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

Color convert

RGB 234 153 94 -
CMYK 0 0.35 0.60 0.08
HSL 25.29º 0.77% 0.64% -
HSV(B) 25.29º 0.6% 0.92% -
XYZ 47.34 41.08 16.02 -
YUV 170.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 234 153 94 0 0.35 0.60 0.08 25.29 0.77 0.64
Hex EA 99 5E 0 23 3C 8 19 4D 40
Octal 352 231 136 0 43 74 10 31 115 100
Binary 11101010 10011001 1011110 0 100011 111100 1000 11001 1001101 1000000

Color Harmonies of #EA995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA995E

Black with #EA995E

Text Example


Text Example

White with #EA995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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