Html Css Color HEX #E09450 Porsche

📋 copy color: '#E09450'

red 224 ◦ green 148 ◦ blue 80

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

Shades of Porsche #E09450

Tints of Porsche #E09450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

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

R = 49.56%
G = 32.74%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E09450 (or 0xE09450) is known color: Porsche. HEX triplet: E0, 94 and 50. RGB value is (224,148,80). Sum of RGB (Red+Green+Blue) = 224+148+80=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E09450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09450 is #1F6BAF. Grayscale: #A3A3A3. Windows color (decimal): -2059184 or 5280992. OLE color: 5280992.

HSL color Cylindrical-coordinate representation of color #E09450: hue angle of 28.33º 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 #E09450 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 80 -
CMYK 0 0.34 0.64 0.12
HSL 28.33º 0.7% 0.6% -
HSV(B) 28.33º 0.64% 0.88% -
XYZ 42.78 37.61 12.59 -
YUV 162.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 224 148 80 0 0.34 0.64 0.12 28.33 0.7 0.6
Hex E0 94 50 0 22 40 C 1C 46 3C
Octal 340 224 120 0 42 100 14 34 106 74
Binary 11100000 10010100 1010000 0 100010 1000000 1100 11100 1000110 111100

Color Harmonies of #E09450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09450

Black with #E09450

Text Example


Text Example

White with #E09450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09450; }

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

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

background-color css

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

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

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

border-color css

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

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

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