#EBB585

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

Shades of Corvette #EBB585

Tints of Corvette #EBB585

Color information

#EBB585 (or 0xEBB585) is unknown color: approx Corvette. HEX triplet: EB, B5 and 85. RGB value is (235,181,133). Sum of RGB (Red+Green+Blue) = 235+181+133=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB585 is #144A7A. Grayscale: #BFBFBF. Windows color (decimal): -1329787 or 8762859. OLE color: 8762859.

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

Color convert

RGB235181133-
CMYK00.230.430.08
HSL28.24º71.83%72.16%-
HSV(B)28.24º43.4%92.16%-
XYZ55.0252.429.41-
YUV191.6794.89158.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=42.81%
G=32.97%
B=24.23%

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
Decimal23518113300.230.430.0828.2471.8372.16
HexEBB5850172B81c4848
Octal353265205027531034110110
Binary11101011101101011000010101011110101110001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB585; }

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

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

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

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

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

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

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

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