Html Css Color HEX #EA9F55 Porsche

📋 copy color: '#EA9F55'

red 234 ◦ green 159 ◦ blue 85

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

Shades of Porsche #EA9F55

Tints of Porsche #EA9F55

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 48.95%
G = 33.26%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA9F55 (or 0xEA9F55) is known color: Porsche. HEX triplet: EA, 9F and 55. RGB value is (234,159,85). Sum of RGB (Red+Green+Blue) = 234+159+85=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F55 is #1560AA. Grayscale: #ADADAD. Windows color (decimal): -1401003 or 5611498. OLE color: 5611498.

HSL color Cylindrical-coordinate representation of color #EA9F55: hue angle of 29.8º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA9F55 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 85 -
CMYK 0 0.32 0.64 0.08
HSL 29.8º 0.78% 0.63% -
HSV(B) 29.8º 0.64% 0.92% -
XYZ 47.97 42.94 14.36 -
YUV 172.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 234 159 85 0 0.32 0.64 0.08 29.8 0.78 0.63
Hex EA 9F 55 0 20 40 8 1E 4E 3F
Octal 352 237 125 0 40 100 10 36 116 77
Binary 11101010 10011111 1010101 0 100000 1000000 1000 11110 1001110 111111

Color Harmonies of #EA9F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F55

Black with #EA9F55

Text Example


Text Example

White with #EA9F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F55; }

 p { color: rgb(234,159,85); }

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

background-color css

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

 a { background-color: rgb(234,159,85); }

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

border-color css

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

 span { border-color: rgb(234,159,85); }

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