#ECBE86

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

Shades of Corvette #ECBE86

Tints of Corvette #ECBE86

Color information

#ECBE86 (or 0xECBE86) is unknown color: approx Corvette. HEX triplet: EC, BE and 86. RGB value is (236,190,134). Sum of RGB (Red+Green+Blue) = 236+190+134=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE86 is #134179. Grayscale: #C5C5C5. Windows color (decimal): -1261946 or 8830700. OLE color: 8830700.

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

Color convert

RGB236190134-
CMYK00.190.430.07
HSL32.94º72.86%72.55%-
HSV(B)32.94º43.22%92.55%-
XYZ57.3156.3830.42-
YUV197.3792.24155.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 134 (52.73% from 255) = 23.93%
R=42.14%
G=33.93%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619013400.190.430.0732.9472.8672.55
HexECBE860132B7214949
Octal35427620602353741111111
Binary11101100101111101000011001001110101111110000110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE86; }

 p { color: rgb(236,190,134); }

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

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

 a { background-color: rgb(236,190,134); }

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

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

 span { border-color: rgb(236,190,134); }

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