#ECB984

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

Shades of Corvette #ECB984

Tints of Corvette #ECB984

Color information

#ECB984 (or 0xECB984) is unknown color: approx Corvette. HEX triplet: EC, B9 and 84. RGB value is (236,185,132). Sum of RGB (Red+Green+Blue) = 236+185+132=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB984 is #13467B. Grayscale: #C2C2C2. Windows color (decimal): -1263228 or 8698348. OLE color: 8698348.

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

Color convert

RGB236185132-
CMYK00.220.440.07
HSL30.58º73.24%72.16%-
HSV(B)30.58º44.07%92.55%-
XYZ56.1154.229.33-
YUV194.2192.9157.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 132 (51.95% from 255) = 23.87%
R=42.68%
G=33.45%
B=23.87%

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
Decimal23618513200.220.440.0730.5873.2472.16
HexECB9840162C71f4948
Octal35427120402654737111110
Binary1110110010111001100001000101101011001111111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB984; }

 p { color: rgb(236,185,132); }

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

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

 a { background-color: rgb(236,185,132); }

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

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

 span { border-color: rgb(236,185,132); }

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