Html Css Color HEX #E69D6A Porsche

📋 copy color: '#E69D6A'

red 230 ◦ green 157 ◦ blue 106

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

Shades of Porsche #E69D6A

Tints of Porsche #E69D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.85%

 BLUE value IS 106 (41.8% from 255) = 21.5%

R = 46.65%
G = 31.85%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E69D6A (or 0xE69D6A) is known color: Porsche. HEX triplet: E6, 9D and 6A. RGB value is (230,157,106). Sum of RGB (Red+Green+Blue) = 230+157+106=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D6A is #196295. Grayscale: #ADADAD. Windows color (decimal): -1663638 or 6987238. OLE color: 6987238.

HSL color Cylindrical-coordinate representation of color #E69D6A: hue angle of 24.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E69D6A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 106 -
CMYK 0 0.32 0.54 0.10
HSL 24.68º 0.71% 0.66% -
HSV(B) 24.68º 0.54% 0.9% -
XYZ 47.29 41.98 19.25 -
YUV 173.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 230 157 106 0 0.32 0.54 0.10 24.68 0.71 0.66
Hex E6 9D 6A 0 20 36 A 19 47 42
Octal 346 235 152 0 40 66 12 31 107 102
Binary 11100110 10011101 1101010 0 100000 110110 1010 11001 1000111 1000010

Color Harmonies of #E69D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D6A

Black with #E69D6A

Text Example


Text Example

White with #E69D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D6A; }

 p { color: rgb(230,157,106); }

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

background-color css

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

 a { background-color: rgb(230,157,106); }

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

border-color css

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

 span { border-color: rgb(230,157,106); }

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