Html Css Color HEX #EBA255 Porsche

📋 copy color: '#EBA255'

red 235 ◦ green 162 ◦ blue 85

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

Shades of Porsche #EBA255

Tints of Porsche #EBA255

RGB

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

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

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

R = 48.76%
G = 33.61%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA255 (or 0xEBA255) is known color: Porsche. HEX triplet: EB, A2 and 55. RGB value is (235,162,85). Sum of RGB (Red+Green+Blue) = 235+162+85=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA255 is #145DAA. Grayscale: #AFAFAF. Windows color (decimal): -1334699 or 5612267. OLE color: 5612267.

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

Color convert

RGB 235 162 85 -
CMYK 0 0.31 0.64 0.08
HSL 30.8º 0.79% 0.63% -
HSV(B) 30.8º 0.64% 0.92% -
XYZ 48.82 44.16 14.54 -
YUV 175.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 235 162 85 0 0.31 0.64 0.08 30.8 0.79 0.63
Hex EB A2 55 0 1F 40 8 1F 4F 3F
Octal 353 242 125 0 37 100 10 37 117 77
Binary 11101011 10100010 1010101 0 11111 1000000 1000 11111 1001111 111111

Color Harmonies of #EBA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA255

Black with #EBA255

Text Example


Text Example

White with #EBA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA255; }

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

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

background-color css

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

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

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

border-color css

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

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

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