Html Css Color HEX #E6A14F Porsche

📋 copy color: '#E6A14F'

red 230 ◦ green 161 ◦ blue 79

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

Shades of Porsche #E6A14F

Tints of Porsche #E6A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.26%

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 48.94%
G = 34.26%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6A14F (or 0xE6A14F) is known color: Porsche. HEX triplet: E6, A1 and 4F. RGB value is (230,161,79). Sum of RGB (Red+Green+Blue) = 230+161+79=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A14F is #195EB0. Grayscale: #ACACAC. Windows color (decimal): -1662641 or 5218790. OLE color: 5218790.

HSL color Cylindrical-coordinate representation of color #E6A14F: hue angle of 32.58º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6A14F is Cyan = 0, Magento = 0.3, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 79 -
CMYK 0 0.3 0.66 0.10
HSL 32.58º 0.75% 0.61% -
HSV(B) 32.58º 0.66% 0.9% -
XYZ 46.79 42.88 13.21 -
YUV 172.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 230 161 79 0 0.3 0.66 0.10 32.58 0.75 0.61
Hex E6 A1 4F 0 1E 42 A 21 4B 3D
Octal 346 241 117 0 36 102 12 41 113 75
Binary 11100110 10100001 1001111 0 11110 1000010 1010 100001 1001011 111101

Color Harmonies of #E6A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A14F

Black with #E6A14F

Text Example


Text Example

White with #E6A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A14F; }

 p { color: rgb(230,161,79); }

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

background-color css

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

 a { background-color: rgb(230,161,79); }

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

border-color css

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

 span { border-color: rgb(230,161,79); }

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