#ECB885

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

Shades of Corvette #ECB885

Tints of Corvette #ECB885

Color information

#ECB885 (or 0xECB885) is unknown color: approx Corvette. HEX triplet: EC, B8 and 85. RGB value is (236,184,133). Sum of RGB (Red+Green+Blue) = 236+184+133=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB885 is #13477A. Grayscale: #C1C1C1. Windows color (decimal): -1263483 or 8763628. OLE color: 8763628.

HSL color Cylindrical-coordinate representation of color #ECB885: hue angle of 29.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECB885 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236184133-
CMYK00.220.440.07
HSL29.71º73.05%72.35%-
HSV(B)29.71º43.64%92.55%-
XYZ55.9753.8129.63-
YUV193.7393.73158.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=42.68%
G=33.27%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618413300.220.440.0729.7173.0572.35
HexECB8850162C71e4948
Octal35427020502654736111110
Binary1110110010111000100001010101101011001111111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB885; }

 p { color: rgb(236,184,133); }

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

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

 a { background-color: rgb(236,184,133); }

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

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

 span { border-color: rgb(236,184,133); }

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