#ECB487

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

Shades of Corvette #ECB487

Tints of Corvette #ECB487

Color information

#ECB487 (or 0xECB487) is unknown color: approx Corvette. HEX triplet: EC, B4 and 87. RGB value is (236,180,135). Sum of RGB (Red+Green+Blue) = 236+180+135=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB487 is #134B78. Grayscale: #BFBFBF. Windows color (decimal): -1264505 or 8893676. OLE color: 8893676.

HSL color Cylindrical-coordinate representation of color #ECB487: hue angle of 26.73º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECB487 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB236180135-
CMYK00.240.430.07
HSL26.73º72.66%72.75%-
HSV(B)26.73º42.8%92.55%-
XYZ55.2952.2230.09-
YUV191.6196.05159.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 135 (53.12% from 255) = 24.50%
R=42.83%
G=32.67%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618013500.240.430.0726.7372.6672.75
HexECB4870182B71b4949
Octal35426420703053733111111
Binary1110110010110100100001110110001010111111101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB487; }

 p { color: rgb(236,180,135); }

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

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

 a { background-color: rgb(236,180,135); }

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

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

 span { border-color: rgb(236,180,135); }

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