Html Css Color HEX #EBA352 Porsche

📋 copy color: '#EBA352'

red 235 ◦ green 163 ◦ blue 82

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

Shades of Porsche #EBA352

Tints of Porsche #EBA352

RGB

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

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

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

R = 48.96%
G = 33.96%
B = 17.08%

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

#EBA352 (or 0xEBA352) is known color: Porsche. HEX triplet: EB, A3 and 52. RGB value is (235,163,82). Sum of RGB (Red+Green+Blue) = 235+163+82=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA352 is #145CAD. Grayscale: #AFAFAF. Windows color (decimal): -1334446 or 5415915. OLE color: 5415915.

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

Color convert

RGB 235 163 82 -
CMYK 0 0.31 0.65 0.08
HSL 31.76º 0.79% 0.62% -
HSV(B) 31.76º 0.65% 0.92% -
XYZ 48.88 44.47 13.99 -
YUV 175.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 235 163 82 0 0.31 0.65 0.08 31.76 0.79 0.62
Hex EB A3 52 0 1F 41 8 20 4F 3E
Octal 353 243 122 0 37 101 10 40 117 76
Binary 11101011 10100011 1010010 0 11111 1000001 1000 100000 1001111 111110

Color Harmonies of #EBA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA352

Black with #EBA352

Text Example


Text Example

White with #EBA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA352; }

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

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

background-color css

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

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

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

border-color css

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

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

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