Html Css Color HEX #EA9461 Porsche

📋 copy color: '#EA9461'

red 234 ◦ green 148 ◦ blue 97

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

Shades of Porsche #EA9461

Tints of Porsche #EA9461

RGB

 RED value IS 234 (91.8% from 255) = 48.85%

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 48.85%
G = 30.9%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA9461 (or 0xEA9461) is known color: Porsche. HEX triplet: EA, 94 and 61. RGB value is (234,148,97). Sum of RGB (Red+Green+Blue) = 234+148+97=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9461 is #156B9E. Grayscale: #A8A8A8. Windows color (decimal): -1403807 or 6395114. OLE color: 6395114.

HSL color Cylindrical-coordinate representation of color #EA9461: hue angle of 22.34º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA9461 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 148 97 -
CMYK 0 0.37 0.59 0.08
HSL 22.34º 0.77% 0.65% -
HSV(B) 22.34º 0.59% 0.92% -
XYZ 46.68 39.54 16.48 -
YUV 167.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 234 148 97 0 0.37 0.59 0.08 22.34 0.77 0.65
Hex EA 94 61 0 25 3B 8 16 4D 41
Octal 352 224 141 0 45 73 10 26 115 101
Binary 11101010 10010100 1100001 0 100101 111011 1000 10110 1001101 1000001

Color Harmonies of #EA9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9461

Black with #EA9461

Text Example


Text Example

White with #EA9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9461; }

 p { color: rgb(234,148,97); }

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

background-color css

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

 a { background-color: rgb(234,148,97); }

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

border-color css

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

 span { border-color: rgb(234,148,97); }

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