Html Css Color HEX #E69960 Porsche

📋 copy color: '#E69960'

red 230 ◦ green 153 ◦ blue 96

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

Shades of Porsche #E69960

Tints of Porsche #E69960

RGB

 RED value IS 230 (90.23% from 255) = 48.02%

 GREEN value IS 153 (60.16% from 255) = 31.94%

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 48.02%
G = 31.94%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E69960 (or 0xE69960) is known color: Porsche. HEX triplet: E6, 99 and 60. RGB value is (230,153,96). Sum of RGB (Red+Green+Blue) = 230+153+96=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E69960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69960 is #19669F. Grayscale: #A9A9A9. Windows color (decimal): -1664672 or 6330854. OLE color: 6330854.

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

Color convert

RGB 230 153 96 -
CMYK 0 0.33 0.58 0.10
HSL 25.52º 0.73% 0.64% -
HSV(B) 25.52º 0.58% 0.9% -
XYZ 46.14 40.45 16.44 -
YUV 169.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 230 153 96 0 0.33 0.58 0.10 25.52 0.73 0.64
Hex E6 99 60 0 21 3A A 1A 49 40
Octal 346 231 140 0 41 72 12 32 111 100
Binary 11100110 10011001 1100000 0 100001 111010 1010 11010 1001001 1000000

Color Harmonies of #E69960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69960

Black with #E69960

Text Example


Text Example

White with #E69960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69960; }

 p { color: rgb(230,153,96); }

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

background-color css

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

 a { background-color: rgb(230,153,96); }

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

border-color css

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

 span { border-color: rgb(230,153,96); }

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