Html Css Color HEX #EBA057 Porsche

📋 copy color: '#EBA057'

red 235 ◦ green 160 ◦ blue 87

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

Shades of Porsche #EBA057

Tints of Porsche #EBA057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.05%

R = 48.76%
G = 33.2%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBA057 (or 0xEBA057) is known color: Porsche. HEX triplet: EB, A0 and 57. RGB value is (235,160,87). Sum of RGB (Red+Green+Blue) = 235+160+87=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA057 is #145FA8. Grayscale: #AEAEAE. Windows color (decimal): -1335209 or 5742827. OLE color: 5742827.

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

Color convert

RGB 235 160 87 -
CMYK 0 0.32 0.63 0.08
HSL 29.59º 0.79% 0.63% -
HSV(B) 29.59º 0.63% 0.92% -
XYZ 48.55 43.49 14.85 -
YUV 174.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 235 160 87 0 0.32 0.63 0.08 29.59 0.79 0.63
Hex EB A0 57 0 20 3F 8 1E 4F 3F
Octal 353 240 127 0 40 77 10 36 117 77
Binary 11101011 10100000 1010111 0 100000 111111 1000 11110 1001111 111111

Color Harmonies of #EBA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA057

Black with #EBA057

Text Example


Text Example

White with #EBA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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