Html Css Color HEX #E9965D Porsche

📋 copy color: '#E9965D'

red 233 ◦ green 150 ◦ blue 93

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

Shades of Porsche #E9965D

Tints of Porsche #E9965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 48.95%
G = 31.51%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9965D (or 0xE9965D) is known color: Porsche. HEX triplet: E9, 96 and 5D. RGB value is (233,150,93). Sum of RGB (Red+Green+Blue) = 233+150+93=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E9965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9965D is #1669A2. Grayscale: #A8A8A8. Windows color (decimal): -1468835 or 6133481. OLE color: 6133481.

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

Color convert

RGB 233 150 93 -
CMYK 0 0.36 0.60 0.09
HSL 24.43º 0.76% 0.64% -
HSV(B) 24.43º 0.6% 0.91% -
XYZ 46.49 39.93 15.61 -
YUV 168.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 233 150 93 0 0.36 0.60 0.09 24.43 0.76 0.64
Hex E9 96 5D 0 24 3C 9 18 4C 40
Octal 351 226 135 0 44 74 11 30 114 100
Binary 11101001 10010110 1011101 0 100100 111100 1001 11000 1001100 1000000

Color Harmonies of #E9965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9965D

Black with #E9965D

Text Example


Text Example

White with #E9965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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