#EBB586

Color #EBB586 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EBB586

Tints of Corvette #EBB586

Color information

#EBB586 (or 0xEBB586) is unknown color: approx Corvette. HEX triplet: EB, B5 and 86. RGB value is (235,181,134). Sum of RGB (Red+Green+Blue) = 235+181+134=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB586 is #144A79. Grayscale: #C0C0C0. Windows color (decimal): -1329786 or 8828395. OLE color: 8828395.

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

Color convert

RGB235181134-
CMYK00.230.430.08
HSL27.92º71.63%72.35%-
HSV(B)27.92º42.98%92.16%-
XYZ55.0952.4329.77-
YUV191.7995.39158.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=42.73%
G=32.91%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518113400.230.430.0827.9271.6372.35
HexEBB5860172B81c4848
Octal353265206027531034110110
Binary11101011101101011000011001011110101110001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB586; }

 p { color: rgb(235,181,134); }

 H1.HeaderClassName
 {
   color: #EBB586;
 }
 .AnyTagClassName
 {
   color: #EBB586;
 }
</style>
background-color css

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

 a { background-color: rgb(235,181,134); }

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

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

 span { border-color: rgb(235,181,134); }

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