Html Css Color HEX #E1965B Porsche

📋 copy color: '#E1965B'

red 225 ◦ green 150 ◦ blue 91

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

Shades of Porsche #E1965B

Tints of Porsche #E1965B

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

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

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

R = 48.28%
G = 32.19%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1965B (or 0xE1965B) is known color: Porsche. HEX triplet: E1, 96 and 5B. RGB value is (225,150,91). Sum of RGB (Red+Green+Blue) = 225+150+91=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1965B is #1E69A4. Grayscale: #A6A6A6. Windows color (decimal): -1993125 or 6002401. OLE color: 6002401.

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

Color convert

RGB 225 150 91 -
CMYK 0 0.33 0.60 0.12
HSL 26.42º 0.69% 0.62% -
HSV(B) 26.42º 0.6% 0.88% -
XYZ 43.85 38.58 15.03 -
YUV 165.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 225 150 91 0 0.33 0.60 0.12 26.42 0.69 0.62
Hex E1 96 5B 0 21 3C C 1A 45 3E
Octal 341 226 133 0 41 74 14 32 105 76
Binary 11100001 10010110 1011011 0 100001 111100 1100 11010 1000101 111110

Color Harmonies of #E1965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1965B

Black with #E1965B

Text Example


Text Example

White with #E1965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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