Html Css Color HEX #E5965F Porsche

📋 copy color: '#E5965F'

red 229 ◦ green 150 ◦ blue 95

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

Shades of Porsche #E5965F

Tints of Porsche #E5965F

RGB

 RED value IS 229 (89.84% from 255) = 48.31%

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

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

R = 48.31%
G = 31.65%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5965F (or 0xE5965F) is known color: Porsche. HEX triplet: E5, 96 and 5F. RGB value is (229,150,95). Sum of RGB (Red+Green+Blue) = 229+150+95=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5965F is #1A69A0. Grayscale: #A7A7A7. Windows color (decimal): -1730977 or 6264549. OLE color: 6264549.

HSL color Cylindrical-coordinate representation of color #E5965F: hue angle of 24.63º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5965F is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 95 -
CMYK 0 0.34 0.59 0.10
HSL 24.63º 0.72% 0.64% -
HSV(B) 24.63º 0.59% 0.9% -
XYZ 45.29 39.3 16.02 -
YUV 167.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 229 150 95 0 0.34 0.59 0.10 24.63 0.72 0.64
Hex E5 96 5F 0 22 3B A 19 48 40
Octal 345 226 137 0 42 73 12 31 110 100
Binary 11100101 10010110 1011111 0 100010 111011 1010 11001 1001000 1000000

Color Harmonies of #E5965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5965F

Black with #E5965F

Text Example


Text Example

White with #E5965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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