Html Css Color HEX #E6985A Porsche

📋 copy color: '#E6985A'

red 230 ◦ green 152 ◦ blue 90

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

Shades of Porsche #E6985A

Tints of Porsche #E6985A

RGB

 RED value IS 230 (90.23% from 255) = 48.73%

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

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

R = 48.73%
G = 32.2%
B = 19.07%

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

#E6985A (or 0xE6985A) is known color: Porsche. HEX triplet: E6, 98 and 5A. RGB value is (230,152,90). Sum of RGB (Red+Green+Blue) = 230+152+90=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6985A is #1967A5. Grayscale: #A8A8A8. Windows color (decimal): -1664934 or 5937382. OLE color: 5937382.

HSL color Cylindrical-coordinate representation of color #E6985A: hue angle of 26.57º degrees, saturation: 0.74, 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 #E6985A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 90 -
CMYK 0 0.34 0.61 0.10
HSL 26.57º 0.74% 0.63% -
HSV(B) 26.57º 0.61% 0.9% -
XYZ 45.71 40.02 14.99 -
YUV 168.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 230 152 90 0 0.34 0.61 0.10 26.57 0.74 0.63
Hex E6 98 5A 0 22 3D A 1B 4A 3F
Octal 346 230 132 0 42 75 12 33 112 77
Binary 11100110 10011000 1011010 0 100010 111101 1010 11011 1001010 111111

Color Harmonies of #E6985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6985A

Black with #E6985A

Text Example


Text Example

White with #E6985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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