Html Css Color HEX #EBA355 Porsche

📋 copy color: '#EBA355'

red 235 ◦ green 163 ◦ blue 85

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

Shades of Porsche #EBA355

Tints of Porsche #EBA355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 48.65%
G = 33.75%
B = 17.6%

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

#EBA355 (or 0xEBA355) is known color: Porsche. HEX triplet: EB, A3 and 55. RGB value is (235,163,85). Sum of RGB (Red+Green+Blue) = 235+163+85=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA355 is #145CAA. Grayscale: #B0B0B0. Windows color (decimal): -1334443 or 5612523. OLE color: 5612523.

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

Color convert

RGB 235 163 85 -
CMYK 0 0.31 0.64 0.08
HSL 31.2º 0.79% 0.63% -
HSV(B) 31.2º 0.64% 0.92% -
XYZ 49 44.51 14.6 -
YUV 175.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 235 163 85 0 0.31 0.64 0.08 31.2 0.79 0.63
Hex EB A3 55 0 1F 40 8 1F 4F 3F
Octal 353 243 125 0 37 100 10 37 117 77
Binary 11101011 10100011 1010101 0 11111 1000000 1000 11111 1001111 111111

Color Harmonies of #EBA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA355

Black with #EBA355

Text Example


Text Example

White with #EBA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA355; }

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

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

background-color css

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

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

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

border-color css

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

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

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