Html Css Color HEX #E0965C Porsche

📋 copy color: '#E0965C'

red 224 ◦ green 150 ◦ blue 92

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

Shades of Porsche #E0965C

Tints of Porsche #E0965C

RGB

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

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

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

R = 48.07%
G = 32.19%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0965C (or 0xE0965C) is known color: Porsche. HEX triplet: E0, 96 and 5C. RGB value is (224,150,92). Sum of RGB (Red+Green+Blue) = 224+150+92=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0965C is #1F69A3. Grayscale: #A5A5A5. Windows color (decimal): -2058660 or 6067936. OLE color: 6067936.

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

Color convert

RGB 224 150 92 -
CMYK 0 0.33 0.59 0.12
HSL 26.36º 0.68% 0.62% -
HSV(B) 26.36º 0.59% 0.88% -
XYZ 43.58 38.43 15.25 -
YUV 165.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 224 150 92 0 0.33 0.59 0.12 26.36 0.68 0.62
Hex E0 96 5C 0 21 3B C 1A 44 3E
Octal 340 226 134 0 41 73 14 32 104 76
Binary 11100000 10010110 1011100 0 100001 111011 1100 11010 1000100 111110

Color Harmonies of #E0965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0965C

Black with #E0965C

Text Example


Text Example

White with #E0965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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