#EBB485

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

Shades of Corvette #EBB485

Tints of Corvette #EBB485

Color information

#EBB485 (or 0xEBB485) is unknown color: approx Corvette. HEX triplet: EB, B4 and 85. RGB value is (235,180,133). Sum of RGB (Red+Green+Blue) = 235+180+133=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB485 is #144B7A. Grayscale: #BFBFBF. Windows color (decimal): -1330043 or 8762603. OLE color: 8762603.

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

Color convert

RGB235180133-
CMYK00.230.430.08
HSL27.65º71.83%72.16%-
HSV(B)27.65º43.4%92.16%-
XYZ54.825229.34-
YUV191.0995.22159.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=42.88%
G=32.85%
B=24.27%

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
Decimal23518013300.230.430.0827.6571.8372.16
HexEBB4850172B81c4848
Octal353264205027531034110110
Binary11101011101101001000010101011110101110001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB485; }

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

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

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

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

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

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

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

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