Html Css Color HEX #E69760 Porsche

📋 copy color: '#E69760'

red 230 ◦ green 151 ◦ blue 96

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

Shades of Porsche #E69760

Tints of Porsche #E69760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.66%

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

R = 48.22%
G = 31.66%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E69760 (or 0xE69760) is known color: Porsche. HEX triplet: E6, 97 and 60. RGB value is (230,151,96). Sum of RGB (Red+Green+Blue) = 230+151+96=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E69760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69760 is #19689F. Grayscale: #A8A8A8. Windows color (decimal): -1665184 or 6330342. OLE color: 6330342.

HSL color Cylindrical-coordinate representation of color #E69760: hue angle of 24.63º 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 #E69760 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 96 -
CMYK 0 0.34 0.58 0.10
HSL 24.63º 0.73% 0.64% -
HSV(B) 24.63º 0.58% 0.9% -
XYZ 45.81 39.8 16.33 -
YUV 168.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 230 151 96 0 0.34 0.58 0.10 24.63 0.73 0.64
Hex E6 97 60 0 22 3A A 19 49 40
Octal 346 227 140 0 42 72 12 31 111 100
Binary 11100110 10010111 1100000 0 100010 111010 1010 11001 1001001 1000000

Color Harmonies of #E69760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69760

Black with #E69760

Text Example


Text Example

White with #E69760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69760; }

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

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

background-color css

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

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

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

border-color css

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

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

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