#ECBA7D

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

Shades of Corvette #ECBA7D

Tints of Corvette #ECBA7D

Color information

#ECBA7D (or 0xECBA7D) is unknown color: approx Corvette. HEX triplet: EC, BA and 7D. RGB value is (236,186,125). Sum of RGB (Red+Green+Blue) = 236+186+125=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA7D is #134582. Grayscale: #C2C2C2. Windows color (decimal): -1262979 or 8239852. OLE color: 8239852.

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

Color convert

RGB236186125-
CMYK00.210.470.07
HSL32.97º74.5%70.78%-
HSV(B)32.97º47.03%92.55%-
XYZ55.8554.4326.96-
YUV19489.06157.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=43.14%
G=34.00%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618612500.210.470.0732.9774.570.78
HexECBA7D0152F7214a47
Octal35427217502557741112107
Binary1110110010111010111110101010110111111110000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA7D; }

 p { color: rgb(236,186,125); }

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

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

 a { background-color: rgb(236,186,125); }

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

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

 span { border-color: rgb(236,186,125); }

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