Html Css Color HEX #E7985C Porsche

📋 copy color: '#E7985C'

red 231 ◦ green 152 ◦ blue 92

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

Shades of Porsche #E7985C

Tints of Porsche #E7985C

RGB

 RED value IS 231 (90.63% from 255) = 48.63%

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

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 48.63%
G = 32%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7985C (or 0xE7985C) is known color: Porsche. HEX triplet: E7, 98 and 5C. RGB value is (231,152,92). Sum of RGB (Red+Green+Blue) = 231+152+92=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7985C is #1867A3. Grayscale: #A9A9A9. Windows color (decimal): -1599396 or 6068455. OLE color: 6068455.

HSL color Cylindrical-coordinate representation of color #E7985C: hue angle of 25.9º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7985C is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 152 92 -
CMYK 0 0.34 0.60 0.09
HSL 25.9º 0.74% 0.63% -
HSV(B) 25.9º 0.6% 0.91% -
XYZ 46.12 40.22 15.46 -
YUV 168.78 84.67 172.38 -
System Red Green Blue C M Y K H S L
Decimal 231 152 92 0 0.34 0.60 0.09 25.9 0.74 0.63
Hex E7 98 5C 0 22 3C 9 1A 4A 3F
Octal 347 230 134 0 42 74 11 32 112 77
Binary 11100111 10011000 1011100 0 100010 111100 1001 11010 1001010 111111

Color Harmonies of #E7985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7985C

Black with #E7985C

Text Example


Text Example

White with #E7985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7985C; }

 p { color: rgb(231,152,92); }

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

background-color css

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

 a { background-color: rgb(231,152,92); }

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

border-color css

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

 span { border-color: rgb(231,152,92); }

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