#ECBC8A

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

Shades of Corvette #ECBC8A

Tints of Corvette #ECBC8A

Color information

#ECBC8A (or 0xECBC8A) is unknown color: approx Corvette. HEX triplet: EC, BC and 8A. RGB value is (236,188,138). Sum of RGB (Red+Green+Blue) = 236+188+138=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC8A is #134375. Grayscale: #C4C4C4. Windows color (decimal): -1262454 or 9092332. OLE color: 9092332.

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

Color convert

RGB236188138-
CMYK00.200.420.07
HSL30.61º72.06%73.33%-
HSV(B)30.61º41.53%92.55%-
XYZ57.1655.6331.77-
YUV196.6594.9156.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=41.99%
G=33.45%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618813800.200.420.0730.6172.0673.33
HexECBC8A0142A71f4849
Octal35427421202452737110111
Binary1110110010111100100010100101001010101111111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBC8A; }

 p { color: rgb(236,188,138); }

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

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

 a { background-color: rgb(236,188,138); }

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

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

 span { border-color: rgb(236,188,138); }

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