Html Css Color HEX #E2965B Porsche

📋 copy color: '#E2965B'

red 226 ◦ green 150 ◦ blue 91

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

Shades of Porsche #E2965B

Tints of Porsche #E2965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 48.39%
G = 32.12%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2965B (or 0xE2965B) is known color: Porsche. HEX triplet: E2, 96 and 5B. RGB value is (226,150,91). Sum of RGB (Red+Green+Blue) = 226+150+91=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2965B is #1D69A4. Grayscale: #A6A6A6. Windows color (decimal): -1927589 or 6002402. OLE color: 6002402.

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

Color convert

RGB 226 150 91 -
CMYK 0 0.34 0.60 0.11
HSL 26.22º 0.7% 0.62% -
HSV(B) 26.22º 0.6% 0.89% -
XYZ 44.16 38.74 15.05 -
YUV 166 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 226 150 91 0 0.34 0.60 0.11 26.22 0.7 0.62
Hex E2 96 5B 0 22 3C B 1A 46 3E
Octal 342 226 133 0 42 74 13 32 106 76
Binary 11100010 10010110 1011011 0 100010 111100 1011 11010 1000110 111110

Color Harmonies of #E2965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2965B

Black with #E2965B

Text Example


Text Example

White with #E2965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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