#ECB585

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

Shades of Corvette #ECB585

Tints of Corvette #ECB585

Color information

#ECB585 (or 0xECB585) is unknown color: approx Corvette. HEX triplet: EC, B5 and 85. RGB value is (236,181,133). Sum of RGB (Red+Green+Blue) = 236+181+133=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB585 is #134A7A. Grayscale: #C0C0C0. Windows color (decimal): -1264251 or 8762860. OLE color: 8762860.

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

Color convert

RGB236181133-
CMYK00.230.440.07
HSL27.96º73.05%72.35%-
HSV(B)27.96º43.64%92.55%-
XYZ55.3552.5729.42-
YUV191.9794.72159.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=42.91%
G=32.91%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618113300.230.440.0727.9673.0572.35
HexECB5850172C71c4948
Octal35426520502754734111110
Binary1110110010110101100001010101111011001111110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB585; }

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

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

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

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

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

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

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

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