Html Css Color HEX #EBA058 Porsche

📋 copy color: '#EBA058'

red 235 ◦ green 160 ◦ blue 88

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

Shades of Porsche #EBA058

Tints of Porsche #EBA058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.22%

R = 48.65%
G = 33.13%
B = 18.22%

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

#EBA058 (or 0xEBA058) is known color: Porsche. HEX triplet: EB, A0 and 58. RGB value is (235,160,88). Sum of RGB (Red+Green+Blue) = 235+160+88=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA058 is #145FA7. Grayscale: #AEAEAE. Windows color (decimal): -1335208 or 5808363. OLE color: 5808363.

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

Color convert

RGB 235 160 88 -
CMYK 0 0.32 0.63 0.08
HSL 29.39º 0.79% 0.63% -
HSV(B) 29.39º 0.63% 0.92% -
XYZ 48.59 43.51 15.07 -
YUV 174.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 235 160 88 0 0.32 0.63 0.08 29.39 0.79 0.63
Hex EB A0 58 0 20 3F 8 1D 4F 3F
Octal 353 240 130 0 40 77 10 35 117 77
Binary 11101011 10100000 1011000 0 100000 111111 1000 11101 1001111 111111

Color Harmonies of #EBA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA058

Black with #EBA058

Text Example


Text Example

White with #EBA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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