#ECBD7C

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

Shades of Corvette #ECBD7C

Tints of Corvette #ECBD7C

Color information

#ECBD7C (or 0xECBD7C) is unknown color: approx Corvette. HEX triplet: EC, BD and 7C. RGB value is (236,189,124). Sum of RGB (Red+Green+Blue) = 236+189+124=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD7C is #134283. Grayscale: #C3C3C3. Windows color (decimal): -1262212 or 8175084. OLE color: 8175084.

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

Color convert

RGB236189124-
CMYK00.200.470.07
HSL34.82º74.67%70.59%-
HSV(B)34.82º47.46%92.55%-
XYZ56.4355.6826.84-
YUV195.6487.57156.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 124 (48.83% from 255) = 22.59%
R=42.99%
G=34.43%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618912400.200.470.0734.8274.6770.59
HexECBD7C0142F7234b47
Octal35427517402457743113107
Binary1110110010111101111110001010010111111110001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD7C; }

 p { color: rgb(236,189,124); }

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

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

 a { background-color: rgb(236,189,124); }

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

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

 span { border-color: rgb(236,189,124); }

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