Html Css Color HEX #EBA055 Porsche

📋 copy color: '#EBA055'

red 235 ◦ green 160 ◦ blue 85

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

Shades of Porsche #EBA055

Tints of Porsche #EBA055

RGB

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

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

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

R = 48.96%
G = 33.33%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA055 (or 0xEBA055) is known color: Porsche. HEX triplet: EB, A0 and 55. RGB value is (235,160,85). Sum of RGB (Red+Green+Blue) = 235+160+85=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA055 is #145FAA. Grayscale: #AEAEAE. Windows color (decimal): -1335211 or 5611755. OLE color: 5611755.

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

Color convert

RGB 235 160 85 -
CMYK 0 0.32 0.64 0.08
HSL 30º 0.79% 0.63% -
HSV(B) 30º 0.64% 0.92% -
XYZ 48.47 43.46 14.43 -
YUV 173.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 235 160 85 0 0.32 0.64 0.08 30 0.79 0.63
Hex EB A0 55 0 20 40 8 1E 4F 3F
Octal 353 240 125 0 40 100 10 36 117 77
Binary 11101011 10100000 1010101 0 100000 1000000 1000 11110 1001111 111111

Color Harmonies of #EBA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA055

Black with #EBA055

Text Example


Text Example

White with #EBA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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