Html Css Color HEX #E09D50 Porsche

📋 copy color: '#E09D50'

red 224 ◦ green 157 ◦ blue 80

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

Shades of Porsche #E09D50

Tints of Porsche #E09D50

RGB

 RED value IS 224 (87.89% from 255) = 48.59%

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

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 48.59%
G = 34.06%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E09D50 (or 0xE09D50) is known color: Porsche. HEX triplet: E0, 9D and 50. RGB value is (224,157,80). Sum of RGB (Red+Green+Blue) = 224+157+80=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09D50 is #1F62AF. Grayscale: #A8A8A8. Windows color (decimal): -2056880 or 5283296. OLE color: 5283296.

HSL color Cylindrical-coordinate representation of color #E09D50: hue angle of 32.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E09D50 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 157 80 -
CMYK 0 0.30 0.64 0.12
HSL 32.08º 0.7% 0.6% -
HSV(B) 32.08º 0.64% 0.88% -
XYZ 44.25 40.54 13.08 -
YUV 168.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 224 157 80 0 0.30 0.64 0.12 32.08 0.7 0.6
Hex E0 9D 50 0 1E 40 C 20 46 3C
Octal 340 235 120 0 36 100 14 40 106 74
Binary 11100000 10011101 1010000 0 11110 1000000 1100 100000 1000110 111100

Color Harmonies of #E09D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D50

Black with #E09D50

Text Example


Text Example

White with #E09D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D50; }

 p { color: rgb(224,157,80); }

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

background-color css

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

 a { background-color: rgb(224,157,80); }

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

border-color css

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

 span { border-color: rgb(224,157,80); }

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