Html Css Color HEX #E69F5D Porsche

📋 copy color: '#E69F5D'

red 230 ◦ green 159 ◦ blue 93

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

Shades of Porsche #E69F5D

Tints of Porsche #E69F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 47.72%
G = 32.99%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E69F5D (or 0xE69F5D) is known color: Porsche. HEX triplet: E6, 9F and 5D. RGB value is (230,159,93). Sum of RGB (Red+Green+Blue) = 230+159+93=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F5D is #1960A2. Grayscale: #ADADAD. Windows color (decimal): -1663139 or 6135782. OLE color: 6135782.

HSL color Cylindrical-coordinate representation of color #E69F5D: hue angle of 28.91º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E69F5D is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 93 -
CMYK 0 0.31 0.60 0.10
HSL 28.91º 0.73% 0.63% -
HSV(B) 28.91º 0.6% 0.9% -
XYZ 47.01 42.41 16.06 -
YUV 172.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 230 159 93 0 0.31 0.60 0.10 28.91 0.73 0.63
Hex E6 9F 5D 0 1F 3C A 1D 49 3F
Octal 346 237 135 0 37 74 12 35 111 77
Binary 11100110 10011111 1011101 0 11111 111100 1010 11101 1001001 111111

Color Harmonies of #E69F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F5D

Black with #E69F5D

Text Example


Text Example

White with #E69F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F5D; }

 p { color: rgb(230,159,93); }

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

background-color css

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

 a { background-color: rgb(230,159,93); }

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

border-color css

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

 span { border-color: rgb(230,159,93); }

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