#ECB68A

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

Shades of Corvette #ECB68A

Tints of Corvette #ECB68A

Color information

#ECB68A (or 0xECB68A) is unknown color: approx Corvette. HEX triplet: EC, B6 and 8A. RGB value is (236,182,138). Sum of RGB (Red+Green+Blue) = 236+182+138=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB68A is #134975. Grayscale: #C1C1C1. Windows color (decimal): -1263990 or 9090796. OLE color: 9090796.

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

Color convert

RGB236182138-
CMYK00.230.420.07
HSL26.94º72.06%73.33%-
HSV(B)26.94º41.53%92.55%-
XYZ55.9153.1231.35-
YUV193.1396.89158.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=42.45%
G=32.73%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618213800.230.420.0726.9472.0673.33
HexECB68A0172A71b4849
Octal35426621202752733110111
Binary1110110010110110100010100101111010101111101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB68A; }

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

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

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

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

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

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

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

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