Html Css Color HEX #E5985A Porsche

📋 copy color: '#E5985A'

red 229 ◦ green 152 ◦ blue 90

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

Shades of Porsche #E5985A

Tints of Porsche #E5985A

RGB

 RED value IS 229 (89.84% from 255) = 48.62%

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

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 48.62%
G = 32.27%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5985A (or 0xE5985A) is known color: Porsche. HEX triplet: E5, 98 and 5A. RGB value is (229,152,90). Sum of RGB (Red+Green+Blue) = 229+152+90=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5985A is #1A67A5. Grayscale: #A8A8A8. Windows color (decimal): -1730470 or 5937381. OLE color: 5937381.

HSL color Cylindrical-coordinate representation of color #E5985A: hue angle of 26.76º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5985A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 152 90 -
CMYK 0 0.34 0.61 0.10
HSL 26.76º 0.73% 0.63% -
HSV(B) 26.76º 0.61% 0.9% -
XYZ 45.39 39.85 14.97 -
YUV 167.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 229 152 90 0 0.34 0.61 0.10 26.76 0.73 0.63
Hex E5 98 5A 0 22 3D A 1B 49 3F
Octal 345 230 132 0 42 75 12 33 111 77
Binary 11100101 10011000 1011010 0 100010 111101 1010 11011 1001001 111111

Color Harmonies of #E5985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5985A

Black with #E5985A

Text Example


Text Example

White with #E5985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5985A; }

 p { color: rgb(229,152,90); }

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

background-color css

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

 a { background-color: rgb(229,152,90); }

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

border-color css

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

 span { border-color: rgb(229,152,90); }

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