Html Css Color HEX #E69D5D Porsche

📋 copy color: '#E69D5D'

red 230 ◦ green 157 ◦ blue 93

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

Shades of Porsche #E69D5D

Tints of Porsche #E69D5D

RGB

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

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

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

R = 47.92%
G = 32.71%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E69D5D (or 0xE69D5D) is known color: Porsche. HEX triplet: E6, 9D and 5D. RGB value is (230,157,93). Sum of RGB (Red+Green+Blue) = 230+157+93=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D5D is #1962A2. Grayscale: #ABABAB. Windows color (decimal): -1663651 or 6135270. OLE color: 6135270.

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

Color convert

RGB 230 157 93 -
CMYK 0 0.32 0.60 0.10
HSL 28.03º 0.73% 0.63% -
HSV(B) 28.03º 0.6% 0.9% -
XYZ 46.67 41.73 15.95 -
YUV 171.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 230 157 93 0 0.32 0.60 0.10 28.03 0.73 0.63
Hex E6 9D 5D 0 20 3C A 1C 49 3F
Octal 346 235 135 0 40 74 12 34 111 77
Binary 11100110 10011101 1011101 0 100000 111100 1010 11100 1001001 111111

Color Harmonies of #E69D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D5D

Black with #E69D5D

Text Example


Text Example

White with #E69D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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