Html Css Color HEX #EBA056 Porsche

📋 copy color: '#EBA056'

red 235 ◦ green 160 ◦ blue 86

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

Shades of Porsche #EBA056

Tints of Porsche #EBA056

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 86 (33.98% from 255) = 17.88%

R = 48.86%
G = 33.26%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBA056 (or 0xEBA056) is known color: Porsche. HEX triplet: EB, A0 and 56. RGB value is (235,160,86). Sum of RGB (Red+Green+Blue) = 235+160+86=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA056 is #145FA9. Grayscale: #AEAEAE. Windows color (decimal): -1335210 or 5677291. OLE color: 5677291.

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

Color convert

RGB 235 160 86 -
CMYK 0 0.32 0.63 0.08
HSL 29.8º 0.79% 0.63% -
HSV(B) 29.8º 0.63% 0.92% -
XYZ 48.51 43.48 14.64 -
YUV 173.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 235 160 86 0 0.32 0.63 0.08 29.8 0.79 0.63
Hex EB A0 56 0 20 3F 8 1E 4F 3F
Octal 353 240 126 0 40 77 10 36 117 77
Binary 11101011 10100000 1010110 0 100000 111111 1000 11110 1001111 111111

Color Harmonies of #EBA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA056

Black with #EBA056

Text Example


Text Example

White with #EBA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA056; }

 p { color: rgb(235,160,86); }

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

background-color css

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

 a { background-color: rgb(235,160,86); }

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

border-color css

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

 span { border-color: rgb(235,160,86); }

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