Html Css Color HEX #E69B5D Porsche

📋 copy color: '#E69B5D'

red 230 ◦ green 155 ◦ blue 93

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

Shades of Porsche #E69B5D

Tints of Porsche #E69B5D

RGB

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

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

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

R = 48.12%
G = 32.43%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E69B5D (or 0xE69B5D) is known color: Porsche. HEX triplet: E6, 9B and 5D. RGB value is (230,155,93). Sum of RGB (Red+Green+Blue) = 230+155+93=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B5D is #1964A2. Grayscale: #AAAAAA. Windows color (decimal): -1664163 or 6134758. OLE color: 6134758.

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

Color convert

RGB 230 155 93 -
CMYK 0 0.33 0.60 0.10
HSL 27.15º 0.73% 0.63% -
HSV(B) 27.15º 0.6% 0.9% -
XYZ 46.33 41.06 15.84 -
YUV 170.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 230 155 93 0 0.33 0.60 0.10 27.15 0.73 0.63
Hex E6 9B 5D 0 21 3C A 1B 49 3F
Octal 346 233 135 0 41 74 12 33 111 77
Binary 11100110 10011011 1011101 0 100001 111100 1010 11011 1001001 111111

Color Harmonies of #E69B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B5D

Black with #E69B5D

Text Example


Text Example

White with #E69B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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