Html Css Color HEX #E69B6A Porsche

📋 copy color: '#E69B6A'

red 230 ◦ green 155 ◦ blue 106

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

Shades of Porsche #E69B6A

Tints of Porsche #E69B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

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

R = 46.84%
G = 31.57%
B = 21.59%

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

#E69B6A (or 0xE69B6A) is known color: Porsche. HEX triplet: E6, 9B and 6A. RGB value is (230,155,106). Sum of RGB (Red+Green+Blue) = 230+155+106=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B6A is #196495. Grayscale: #ACACAC. Windows color (decimal): -1664150 or 6986726. OLE color: 6986726.

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

Color convert

RGB 230 155 106 -
CMYK 0 0.33 0.54 0.10
HSL 23.71º 0.71% 0.66% -
HSV(B) 23.71º 0.54% 0.9% -
XYZ 46.96 41.31 19.13 -
YUV 171.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 230 155 106 0 0.33 0.54 0.10 23.71 0.71 0.66
Hex E6 9B 6A 0 21 36 A 18 47 42
Octal 346 233 152 0 41 66 12 30 107 102
Binary 11100110 10011011 1101010 0 100001 110110 1010 11000 1000111 1000010

Color Harmonies of #E69B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B6A

Black with #E69B6A

Text Example


Text Example

White with #E69B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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