Html Css Color HEX #EBA353 Porsche

📋 copy color: '#EBA353'

red 235 ◦ green 163 ◦ blue 83

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

Shades of Porsche #EBA353

Tints of Porsche #EBA353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.26%

R = 48.86%
G = 33.89%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBA353 (or 0xEBA353) is known color: Porsche. HEX triplet: EB, A3 and 53. RGB value is (235,163,83). Sum of RGB (Red+Green+Blue) = 235+163+83=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA353 is #145CAC. Grayscale: #AFAFAF. Windows color (decimal): -1334445 or 5481451. OLE color: 5481451.

HSL color Cylindrical-coordinate representation of color #EBA353: hue angle of 31.58º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBA353 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 83 -
CMYK 0 0.31 0.65 0.08
HSL 31.58º 0.79% 0.62% -
HSV(B) 31.58º 0.65% 0.92% -
XYZ 48.92 44.48 14.19 -
YUV 175.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 235 163 83 0 0.31 0.65 0.08 31.58 0.79 0.62
Hex EB A3 53 0 1F 41 8 20 4F 3E
Octal 353 243 123 0 37 101 10 40 117 76
Binary 11101011 10100011 1010011 0 11111 1000001 1000 100000 1001111 111110

Color Harmonies of #EBA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA353

Black with #EBA353

Text Example


Text Example

White with #EBA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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