Html Css Color HEX #EBA052 Porsche

📋 copy color: '#EBA052'

red 235 ◦ green 160 ◦ blue 82

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

Shades of Porsche #EBA052

Tints of Porsche #EBA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.19%

R = 49.27%
G = 33.54%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBA052 (or 0xEBA052) is known color: Porsche. HEX triplet: EB, A0 and 52. RGB value is (235,160,82). Sum of RGB (Red+Green+Blue) = 235+160+82=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA052 is #145FAD. Grayscale: #ADADAD. Windows color (decimal): -1335214 or 5415147. OLE color: 5415147.

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

Color convert

RGB 235 160 82 -
CMYK 0 0.32 0.65 0.08
HSL 30.59º 0.79% 0.62% -
HSV(B) 30.59º 0.65% 0.92% -
XYZ 48.35 43.41 13.81 -
YUV 173.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 235 160 82 0 0.32 0.65 0.08 30.59 0.79 0.62
Hex EB A0 52 0 20 41 8 1F 4F 3E
Octal 353 240 122 0 40 101 10 37 117 76
Binary 11101011 10100000 1010010 0 100000 1000001 1000 11111 1001111 111110

Color Harmonies of #EBA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA052

Black with #EBA052

Text Example


Text Example

White with #EBA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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