#ECB785

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

Shades of Corvette #ECB785

Tints of Corvette #ECB785

Color information

#ECB785 (or 0xECB785) is unknown color: approx Corvette. HEX triplet: EC, B7 and 85. RGB value is (236,183,133). Sum of RGB (Red+Green+Blue) = 236+183+133=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB785 is #13487A. Grayscale: #C1C1C1. Windows color (decimal): -1263739 or 8763372. OLE color: 8763372.

HSL color Cylindrical-coordinate representation of color #ECB785: hue angle of 29.13º 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 #ECB785 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236183133-
CMYK00.220.440.07
HSL29.13º73.05%72.35%-
HSV(B)29.13º43.64%92.55%-
XYZ55.7653.3929.56-
YUV193.1594.06158.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=42.75%
G=33.15%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618313300.220.440.0729.1373.0572.35
HexECB7850162C71d4948
Octal35426720502654735111110
Binary1110110010110111100001010101101011001111110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB785; }

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

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

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

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

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

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

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

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