Html Css Color HEX #E2965C Porsche

📋 copy color: '#E2965C'

red 226 ◦ green 150 ◦ blue 92

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

Shades of Porsche #E2965C

Tints of Porsche #E2965C

RGB

 RED value IS 226 (88.67% from 255) = 48.29%

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

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

R = 48.29%
G = 32.05%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2965C (or 0xE2965C) is known color: Porsche. HEX triplet: E2, 96 and 5C. RGB value is (226,150,92). Sum of RGB (Red+Green+Blue) = 226+150+92=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2965C is #1D69A3. Grayscale: #A6A6A6. Windows color (decimal): -1927588 or 6067938. OLE color: 6067938.

HSL color Cylindrical-coordinate representation of color #E2965C: hue angle of 25.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2965C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 92 -
CMYK 0 0.34 0.59 0.11
HSL 25.97º 0.7% 0.62% -
HSV(B) 25.97º 0.59% 0.89% -
XYZ 44.2 38.75 15.28 -
YUV 166.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 226 150 92 0 0.34 0.59 0.11 25.97 0.7 0.62
Hex E2 96 5C 0 22 3B B 1A 46 3E
Octal 342 226 134 0 42 73 13 32 106 76
Binary 11100010 10010110 1011100 0 100010 111011 1011 11010 1000110 111110

Color Harmonies of #E2965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2965C

Black with #E2965C

Text Example


Text Example

White with #E2965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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