Html Css Color HEX #EA9B55 Porsche

📋 copy color: '#EA9B55'

red 234 ◦ green 155 ◦ blue 85

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

Shades of Porsche #EA9B55

Tints of Porsche #EA9B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 49.37%
G = 32.7%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA9B55 (or 0xEA9B55) is known color: Porsche. HEX triplet: EA, 9B and 55. RGB value is (234,155,85). Sum of RGB (Red+Green+Blue) = 234+155+85=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9B55 is #1564AA. Grayscale: #AAAAAA. Windows color (decimal): -1402027 or 5610474. OLE color: 5610474.

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

Color convert

RGB 234 155 85 -
CMYK 0 0.34 0.64 0.08
HSL 28.19º 0.78% 0.63% -
HSV(B) 28.19º 0.64% 0.92% -
XYZ 47.29 41.59 14.13 -
YUV 170.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 234 155 85 0 0.34 0.64 0.08 28.19 0.78 0.63
Hex EA 9B 55 0 22 40 8 1C 4E 3F
Octal 352 233 125 0 42 100 10 34 116 77
Binary 11101010 10011011 1010101 0 100010 1000000 1000 11100 1001110 111111

Color Harmonies of #EA9B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B55

Black with #EA9B55

Text Example


Text Example

White with #EA9B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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