Html Css Color HEX #EBA455 Porsche

📋 copy color: '#EBA455'

red 235 ◦ green 164 ◦ blue 85

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

Shades of Porsche #EBA455

Tints of Porsche #EBA455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.88%

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

R = 48.55%
G = 33.88%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA455 (or 0xEBA455) is known color: Porsche. HEX triplet: EB, A4 and 55. RGB value is (235,164,85). Sum of RGB (Red+Green+Blue) = 235+164+85=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA455 is #145BAA. Grayscale: #B0B0B0. Windows color (decimal): -1334187 or 5612779. OLE color: 5612779.

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

Color convert

RGB 235 164 85 -
CMYK 0 0.30 0.64 0.08
HSL 31.6º 0.79% 0.63% -
HSV(B) 31.6º 0.64% 0.92% -
XYZ 49.18 44.87 14.66 -
YUV 176.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 235 164 85 0 0.30 0.64 0.08 31.6 0.79 0.63
Hex EB A4 55 0 1E 40 8 20 4F 3F
Octal 353 244 125 0 36 100 10 40 117 77
Binary 11101011 10100100 1010101 0 11110 1000000 1000 100000 1001111 111111

Color Harmonies of #EBA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA455

Black with #EBA455

Text Example


Text Example

White with #EBA455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA455; }

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

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

background-color css

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

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

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

border-color css

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

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

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