Html Css Color HEX #EB9C55 Porsche

📋 copy color: '#EB9C55'

red 235 ◦ green 156 ◦ blue 85

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

Shades of Porsche #EB9C55

Tints of Porsche #EB9C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 49.37%
G = 32.77%
B = 17.86%

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

#EB9C55 (or 0xEB9C55) is known color: Porsche. HEX triplet: EB, 9C and 55. RGB value is (235,156,85). Sum of RGB (Red+Green+Blue) = 235+156+85=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C55 is #1463AA. Grayscale: #ABABAB. Windows color (decimal): -1336235 or 5610731. OLE color: 5610731.

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

Color convert

RGB 235 156 85 -
CMYK 0 0.34 0.64 0.08
HSL 28.4º 0.79% 0.63% -
HSV(B) 28.4º 0.64% 0.92% -
XYZ 47.79 42.09 14.2 -
YUV 171.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 235 156 85 0 0.34 0.64 0.08 28.4 0.79 0.63
Hex EB 9C 55 0 22 40 8 1C 4F 3F
Octal 353 234 125 0 42 100 10 34 117 77
Binary 11101011 10011100 1010101 0 100010 1000000 1000 11100 1001111 111111

Color Harmonies of #EB9C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C55

Black with #EB9C55

Text Example


Text Example

White with #EB9C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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