#ECBF8A

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

Shades of Corvette #ECBF8A

Tints of Corvette #ECBF8A

Color information

#ECBF8A (or 0xECBF8A) is unknown color: approx Corvette. HEX triplet: EC, BF and 8A. RGB value is (236,191,138). Sum of RGB (Red+Green+Blue) = 236+191+138=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF8A is #134075. Grayscale: #C6C6C6. Windows color (decimal): -1261686 or 9093100. OLE color: 9093100.

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

Color convert

RGB236191138-
CMYK00.190.420.07
HSL32.45º72.06%73.33%-
HSV(B)32.45º41.53%92.55%-
XYZ57.8156.9331.99-
YUV198.4193.91154.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=41.77%
G=33.81%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619113800.190.420.0732.4572.0673.33
HexECBF8A0132A7204849
Octal35427721202352740110111
Binary11101100101111111000101001001110101011110000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF8A; }

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

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

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

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

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

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

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

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