Html Css Color HEX #E0A55F Porsche

📋 copy color: '#E0A55F'

red 224 ◦ green 165 ◦ blue 95

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

Shades of Porsche #E0A55F

Tints of Porsche #E0A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 46.28%
G = 34.09%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0A55F (or 0xE0A55F) is known color: Porsche. HEX triplet: E0, A5 and 5F. RGB value is (224,165,95). Sum of RGB (Red+Green+Blue) = 224+165+95=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A55F is #1F5AA0. Grayscale: #AFAFAF. Windows color (decimal): -2054817 or 6268384. OLE color: 6268384.

HSL color Cylindrical-coordinate representation of color #E0A55F: hue angle of 32.56º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0A55F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 95 -
CMYK 0 0.26 0.58 0.12
HSL 32.56º 0.68% 0.63% -
HSV(B) 32.56º 0.58% 0.88% -
XYZ 46.26 43.58 16.8 -
YUV 174.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 224 165 95 0 0.26 0.58 0.12 32.56 0.68 0.63
Hex E0 A5 5F 0 1A 3A C 21 44 3F
Octal 340 245 137 0 32 72 14 41 104 77
Binary 11100000 10100101 1011111 0 11010 111010 1100 100001 1000100 111111

Color Harmonies of #E0A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A55F

Black with #E0A55F

Text Example


Text Example

White with #E0A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A55F; }

 p { color: rgb(224,165,95); }

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

background-color css

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

 a { background-color: rgb(224,165,95); }

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

border-color css

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

 span { border-color: rgb(224,165,95); }

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