Html Css Color HEX #EA985E Porsche

📋 copy color: '#EA985E'

red 234 ◦ green 152 ◦ blue 94

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

Shades of Porsche #EA985E

Tints of Porsche #EA985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 48.75%
G = 31.67%
B = 19.58%

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

#EA985E (or 0xEA985E) is known color: Porsche. HEX triplet: EA, 98 and 5E. RGB value is (234,152,94). Sum of RGB (Red+Green+Blue) = 234+152+94=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA985E is #1567A1. Grayscale: #AAAAAA. Windows color (decimal): -1402786 or 6199530. OLE color: 6199530.

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

Color convert

RGB 234 152 94 -
CMYK 0 0.35 0.60 0.08
HSL 24.86º 0.77% 0.64% -
HSV(B) 24.86º 0.6% 0.92% -
XYZ 47.18 40.76 15.97 -
YUV 169.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 234 152 94 0 0.35 0.60 0.08 24.86 0.77 0.64
Hex EA 98 5E 0 23 3C 8 19 4D 40
Octal 352 230 136 0 43 74 10 31 115 100
Binary 11101010 10011000 1011110 0 100011 111100 1000 11001 1001101 1000000

Color Harmonies of #EA985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA985E

Black with #EA985E

Text Example


Text Example

White with #EA985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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