Html Css Color HEX #EBA256 Porsche

📋 copy color: '#EBA256'

red 235 ◦ green 162 ◦ blue 86

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

Shades of Porsche #EBA256

Tints of Porsche #EBA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

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

R = 48.65%
G = 33.54%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBA256 (or 0xEBA256) is known color: Porsche. HEX triplet: EB, A2 and 56. RGB value is (235,162,86). Sum of RGB (Red+Green+Blue) = 235+162+86=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA256 is #145DA9. Grayscale: #AFAFAF. Windows color (decimal): -1334698 or 5677803. OLE color: 5677803.

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

Color convert

RGB 235 162 86 -
CMYK 0 0.31 0.63 0.08
HSL 30.6º 0.79% 0.63% -
HSV(B) 30.6º 0.63% 0.92% -
XYZ 48.86 44.17 14.76 -
YUV 175.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 235 162 86 0 0.31 0.63 0.08 30.6 0.79 0.63
Hex EB A2 56 0 1F 3F 8 1F 4F 3F
Octal 353 242 126 0 37 77 10 37 117 77
Binary 11101011 10100010 1010110 0 11111 111111 1000 11111 1001111 111111

Color Harmonies of #EBA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA256

Black with #EBA256

Text Example


Text Example

White with #EBA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA256; }

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

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

background-color css

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

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

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

border-color css

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

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

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