#ECBD88

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

Shades of Corvette #ECBD88

Tints of Corvette #ECBD88

Color information

#ECBD88 (or 0xECBD88) is unknown color: approx Corvette. HEX triplet: EC, BD and 88. RGB value is (236,189,136). Sum of RGB (Red+Green+Blue) = 236+189+136=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD88 is #134277. Grayscale: #C5C5C5. Windows color (decimal): -1262200 or 8961516. OLE color: 8961516.

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

Color convert

RGB236189136-
CMYK00.200.420.07
HSL31.8º72.46%72.94%-
HSV(B)31.8º42.37%92.55%-
XYZ57.2356.0131.09-
YUV197.0193.57155.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 136 (53.52% from 255) = 24.24%
R=42.07%
G=33.69%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618913600.200.420.0731.872.4672.94
HexECBD880142A7204849
Octal35427521002452740110111
Binary11101100101111011000100001010010101011110000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD88; }

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

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

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

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

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

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

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

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