Html Css Color HEX #EBA354 Porsche

📋 copy color: '#EBA354'

red 235 ◦ green 163 ◦ blue 84

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

Shades of Porsche #EBA354

Tints of Porsche #EBA354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.43%

R = 48.76%
G = 33.82%
B = 17.43%

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

#EBA354 (or 0xEBA354) is known color: Porsche. HEX triplet: EB, A3 and 54. RGB value is (235,163,84). Sum of RGB (Red+Green+Blue) = 235+163+84=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA354 is #145CAB. Grayscale: #AFAFAF. Windows color (decimal): -1334444 or 5546987. OLE color: 5546987.

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

Color convert

RGB 235 163 84 -
CMYK 0 0.31 0.64 0.08
HSL 31.39º 0.79% 0.63% -
HSV(B) 31.39º 0.64% 0.92% -
XYZ 48.96 44.5 14.4 -
YUV 175.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 235 163 84 0 0.31 0.64 0.08 31.39 0.79 0.63
Hex EB A3 54 0 1F 40 8 1F 4F 3F
Octal 353 243 124 0 37 100 10 37 117 77
Binary 11101011 10100011 1010100 0 11111 1000000 1000 11111 1001111 111111

Color Harmonies of #EBA354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA354

Black with #EBA354

Text Example


Text Example

White with #EBA354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA354; }

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

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

background-color css

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

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

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

border-color css

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

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

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