Html Css Color HEX #E0965F Porsche

📋 copy color: '#E0965F'

red 224 ◦ green 150 ◦ blue 95

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

Shades of Porsche #E0965F

Tints of Porsche #E0965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

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

R = 47.76%
G = 31.98%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0965F (or 0xE0965F) is known color: Porsche. HEX triplet: E0, 96 and 5F. RGB value is (224,150,95). Sum of RGB (Red+Green+Blue) = 224+150+95=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0965F is #1F69A0. Grayscale: #A6A6A6. Windows color (decimal): -2058657 or 6264544. OLE color: 6264544.

HSL color Cylindrical-coordinate representation of color #E0965F: hue angle of 25.58º 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 #E0965F is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 95 -
CMYK 0 0.33 0.58 0.12
HSL 25.58º 0.68% 0.63% -
HSV(B) 25.58º 0.58% 0.88% -
XYZ 43.71 38.49 15.95 -
YUV 165.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 224 150 95 0 0.33 0.58 0.12 25.58 0.68 0.63
Hex E0 96 5F 0 21 3A C 1A 44 3F
Octal 340 226 137 0 41 72 14 32 104 77
Binary 11100000 10010110 1011111 0 100001 111010 1100 11010 1000100 111111

Color Harmonies of #E0965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0965F

Black with #E0965F

Text Example


Text Example

White with #E0965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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