#ECB989

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

Shades of Corvette #ECB989

Tints of Corvette #ECB989

Color information

#ECB989 (or 0xECB989) is unknown color: approx Corvette. HEX triplet: EC, B9 and 89. RGB value is (236,185,137). Sum of RGB (Red+Green+Blue) = 236+185+137=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB989 is #134676. Grayscale: #C3C3C3. Windows color (decimal): -1263223 or 9026028. OLE color: 9026028.

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

Color convert

RGB236185137-
CMYK00.220.420.07
HSL29.09º72.26%73.14%-
HSV(B)29.09º41.95%92.55%-
XYZ56.4654.3431.18-
YUV194.7895.4157.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 137 (53.91% from 255) = 24.55%
R=42.29%
G=33.15%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618513700.220.420.0729.0972.2673.14
HexECB9890162A71d4849
Octal35427121102652735110111
Binary1110110010111001100010010101101010101111110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB989; }

 p { color: rgb(236,185,137); }

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

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

 a { background-color: rgb(236,185,137); }

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

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

 span { border-color: rgb(236,185,137); }

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