Html Css Color HEX #E9965F Porsche

📋 copy color: '#E9965F'

red 233 ◦ green 150 ◦ blue 95

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

Shades of Porsche #E9965F

Tints of Porsche #E9965F

RGB

 RED value IS 233 (91.41% from 255) = 48.74%

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

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

R = 48.74%
G = 31.38%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9965F (or 0xE9965F) is known color: Porsche. HEX triplet: E9, 96 and 5F. RGB value is (233,150,95). Sum of RGB (Red+Green+Blue) = 233+150+95=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9965F is #1669A0. Grayscale: #A8A8A8. Windows color (decimal): -1468833 or 6264553. OLE color: 6264553.

HSL color Cylindrical-coordinate representation of color #E9965F: hue angle of 23.91º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9965F is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 95 -
CMYK 0 0.36 0.59 0.09
HSL 23.91º 0.76% 0.64% -
HSV(B) 23.91º 0.59% 0.91% -
XYZ 46.58 39.96 16.09 -
YUV 168.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 233 150 95 0 0.36 0.59 0.09 23.91 0.76 0.64
Hex E9 96 5F 0 24 3B 9 18 4C 40
Octal 351 226 137 0 44 73 11 30 114 100
Binary 11101001 10010110 1011111 0 100100 111011 1001 11000 1001100 1000000

Color Harmonies of #E9965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9965F

Black with #E9965F

Text Example


Text Example

White with #E9965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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