#ECB676

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

Shades of Corvette #ECB676

Tints of Corvette #ECB676

Color information

#ECB676 (or 0xECB676) is unknown color: approx Corvette. HEX triplet: EC, B6 and 76. RGB value is (236,182,118). Sum of RGB (Red+Green+Blue) = 236+182+118=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB676 is #134989. Grayscale: #BFBFBF. Windows color (decimal): -1264010 or 7780076. OLE color: 7780076.

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

Color convert

RGB236182118-
CMYK00.230.50.07
HSL32.54º75.64%69.41%-
HSV(B)32.54º50%92.55%-
XYZ54.5952.624.41-
YUV190.8586.89160.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 118 (46.48% from 255) = 22.01%
R=44.03%
G=33.96%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618211800.230.50.0732.5475.6469.41
HexECB676017327214c45
Octal35426616602762741114105
Binary1110110010110110111011001011111001011110000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB676; }

 p { color: rgb(236,182,118); }

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

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

 a { background-color: rgb(236,182,118); }

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

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

 span { border-color: rgb(236,182,118); }

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