Html Css Color HEX #EB9A55 Porsche

📋 copy color: '#EB9A55'

red 235 ◦ green 154 ◦ blue 85

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

Shades of Porsche #EB9A55

Tints of Porsche #EB9A55

RGB

 RED value IS 235 (92.19% from 255) = 49.58%

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 49.58%
G = 32.49%
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

#EB9A55 (or 0xEB9A55) is known color: Porsche. HEX triplet: EB, 9A and 55. RGB value is (235,154,85). Sum of RGB (Red+Green+Blue) = 235+154+85=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A55 is #1465AA. Grayscale: #AAAAAA. Windows color (decimal): -1336747 or 5610219. OLE color: 5610219.

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

Color convert

RGB 235 154 85 -
CMYK 0 0.34 0.64 0.08
HSL 27.6º 0.79% 0.63% -
HSV(B) 27.6º 0.64% 0.92% -
XYZ 47.46 41.43 14.09 -
YUV 170.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 235 154 85 0 0.34 0.64 0.08 27.6 0.79 0.63
Hex EB 9A 55 0 22 40 8 1C 4F 3F
Octal 353 232 125 0 42 100 10 34 117 77
Binary 11101011 10011010 1010101 0 100010 1000000 1000 11100 1001111 111111

Color Harmonies of #EB9A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A55

Black with #EB9A55

Text Example


Text Example

White with #EB9A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A55; }

 p { color: rgb(235,154,85); }

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

background-color css

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

 a { background-color: rgb(235,154,85); }

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

border-color css

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

 span { border-color: rgb(235,154,85); }

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