Html Css Color HEX #E0985F Porsche

📋 copy color: '#E0985F'

red 224 ◦ green 152 ◦ blue 95

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

Shades of Porsche #E0985F

Tints of Porsche #E0985F

RGB

 RED value IS 224 (87.89% from 255) = 47.56%

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

 BLUE value IS 95 (37.5% from 255) = 20.17%

R = 47.56%
G = 32.27%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0985F (or 0xE0985F) is known color: Porsche. HEX triplet: E0, 98 and 5F. RGB value is (224,152,95). Sum of RGB (Red+Green+Blue) = 224+152+95=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0985F is #1F67A0. Grayscale: #A7A7A7. Windows color (decimal): -2058145 or 6265056. OLE color: 6265056.

HSL color Cylindrical-coordinate representation of color #E0985F: hue angle of 26.51º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0985F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 95 -
CMYK 0 0.32 0.58 0.12
HSL 26.51º 0.68% 0.63% -
HSV(B) 26.51º 0.58% 0.88% -
XYZ 44.03 39.13 16.06 -
YUV 167.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 224 152 95 0 0.32 0.58 0.12 26.51 0.68 0.63
Hex E0 98 5F 0 20 3A C 1B 44 3F
Octal 340 230 137 0 40 72 14 33 104 77
Binary 11100000 10011000 1011111 0 100000 111010 1100 11011 1000100 111111

Color Harmonies of #E0985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0985F

Black with #E0985F

Text Example


Text Example

White with #E0985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0985F; }

 p { color: rgb(224,152,95); }

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

background-color css

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

 a { background-color: rgb(224,152,95); }

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

border-color css

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

 span { border-color: rgb(224,152,95); }

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