#ECBF8E

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

Shades of Corvette #ECBF8E

Tints of Corvette #ECBF8E

Color information

#ECBF8E (or 0xECBF8E) is unknown color: approx Corvette. HEX triplet: EC, BF and 8E. RGB value is (236,191,142). Sum of RGB (Red+Green+Blue) = 236+191+142=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF8E is #134071. Grayscale: #C7C7C7. Windows color (decimal): -1261682 or 9355244. OLE color: 9355244.

HSL color Cylindrical-coordinate representation of color #ECBF8E: hue angle of 31.28º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECBF8E is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236191142-
CMYK00.190.400.07
HSL31.28º71.21%74.12%-
HSV(B)31.28º39.83%92.55%-
XYZ58.1157.0533.54-
YUV198.8795.91154.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=41.48%
G=33.57%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619114200.190.400.0731.2871.2174.12
HexECBF8E0132871f474a
Octal35427721602350737107112
Binary1110110010111111100011100100111010001111111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF8E; }

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

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

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

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

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

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

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

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