Html Css Color HEX #E69A6A Porsche

📋 copy color: '#E69A6A'

red 230 ◦ green 154 ◦ blue 106

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

Shades of Porsche #E69A6A

Tints of Porsche #E69A6A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

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

R = 46.94%
G = 31.43%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E69A6A (or 0xE69A6A) is known color: Porsche. HEX triplet: E6, 9A and 6A. RGB value is (230,154,106). Sum of RGB (Red+Green+Blue) = 230+154+106=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A6A is #196595. Grayscale: #ABABAB. Windows color (decimal): -1664406 or 6986470. OLE color: 6986470.

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

Color convert

RGB 230 154 106 -
CMYK 0 0.33 0.54 0.10
HSL 23.23º 0.71% 0.66% -
HSV(B) 23.23º 0.54% 0.9% -
XYZ 46.79 40.97 19.08 -
YUV 171.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 230 154 106 0 0.33 0.54 0.10 23.23 0.71 0.66
Hex E6 9A 6A 0 21 36 A 17 47 42
Octal 346 232 152 0 41 66 12 27 107 102
Binary 11100110 10011010 1101010 0 100001 110110 1010 10111 1000111 1000010

Color Harmonies of #E69A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A6A

Black with #E69A6A

Text Example


Text Example

White with #E69A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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